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 <sungsoo@google.com>
Thu, 13 Oct 2016 03:25:03 +0000 (12:25 +0900)
commitc11f599a2f4e07e3ff98dec0852ee87cce2f908c
tree926513c309e47418dab739ec272c06855a135908
parent5b0522658634e859e359ef08ed63e38102d421ea
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