DO NOT MERGE) ExifInterface: Provide backward compatibility
am: 7ce9243087
Change-Id: I3d46cccc578160d7da5ff81e0caa09a52a17e9eb
This commit is contained in:
@@ -1372,8 +1372,7 @@ public class ExifInterface {
|
||||
*/
|
||||
public void saveAttributes() throws IOException {
|
||||
if (!mIsSupportedFile) {
|
||||
throw new UnsupportedOperationException(
|
||||
"ExifInterface only supports saving attributes on JPEG formats.");
|
||||
throw new IOException("ExifInterface only supports saving attributes on JPEG formats.");
|
||||
}
|
||||
// Keep the thumbnail in memory
|
||||
mThumbnailBytes = getThumbnail();
|
||||
|
||||
Reference in New Issue
Block a user