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:29:14 +0000 (03:29 +0000)
commit7ce9243087b04bce719e1f3d10a14b9b26b8ea81
tree34fe8c8b1919cec85764ccc960ea6808b43ff8e1
parent2cd4383c316b894bd10191f64c1394df1d2c1b0d
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