OSDN Git Service

DO NOT MERGE) ExifInterface: Provide backward compatibility
authorSungsoo <sungsoo@google.com>
Thu, 13 Oct 2016 03:24:16 +0000 (12:24 +0900)
committerSungsoo Lim <sungsoo@google.com>
Thu, 13 Oct 2016 03:28:40 +0000 (03:28 +0000)
commit87a9ac70c3f223f8c55c420026268f115e0aec38
tree52c7d5e006b4595e1bc1683daaa1d84fb81ddf66
parentded4df2e791109ebabf4dfae66cf4d4fbf594b98
DO NOT MERGE) ExifInterface: Provide backward compatibility

ExifInterface.saveAttribute() didn't throw UnsupportedOperationException
before. Use IOException instead of UnsupportedOperationException for
backward compatibility.

Bug: 30936376, Bug: 32068647, Bug: 31319086
Change-Id: Iacc7b4d91d49edd7bece8f2e738a633a91025eca
media/java/android/media/ExifInterface.java