Loading media/java/android/media/ExifInterface.java +1 −2 Original line number Diff line number Diff line Loading @@ -1367,8 +1367,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(); Loading Loading
media/java/android/media/ExifInterface.java +1 −2 Original line number Diff line number Diff line Loading @@ -1367,8 +1367,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(); Loading