Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a31d58d authored by Sungsoo's avatar Sungsoo Committed by android-build-merger
Browse files

ExifInterface: Update javadoc for saveAttributes am: abf5b4cb

am: d0a8a690

Change-Id: I4df5b4855ec9f1e38fab504f3a895c4744cc287e
parents 6789896f d0a8a690
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1554,6 +1554,11 @@ public class ExifInterface {
     * copying all the data from one file to another and deleting the old file and renaming the
     * other. It's best to use {@link #setAttribute(String,String)} to set all attributes to write
     * and make a single call rather than multiple calls for each attribute.
     * <p>
     * This method is only supported for JPEG files.
     * </p>
     *
     * @throws UnsupportedOperationException If this method is called with unsupported files.
     */
    public void saveAttributes() throws IOException {
        if (!mIsSupportedFile || mIsRaw) {