OSDN Git Service

ExifInterface: Provide backward compatibility
authorSungsoo <sungsoo@google.com>
Thu, 13 Oct 2016 03:57:44 +0000 (12:57 +0900)
committerSungsoo <sungsoo@google.com>
Thu, 13 Oct 2016 04:06:24 +0000 (13:06 +0900)
commit2dbe166801c531474ce566f804660b58edab1bef
tree425dc7aa697f75117043a354e3a3f9a69b121b82
parent2acaf0a120cfbd06c9abd16545fcc85334e7414f
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: Ifb478db3af820eb846c5373d3a284367da3495a0
media/java/android/media/ExifInterface.java