From: Jin Seok Park Date: Mon, 11 Mar 2019 02:26:35 +0000 (+0900) Subject: Add Javadoc X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=235e74a56241d9d4b8bdef8fa2dd72a3517ec101;p=android-x86%2Fframeworks-base.git Add Javadoc This CL adds Javadoc for clarifying the relationship between the framework and AndroidX versions of ExifInterface. Bug: 122276930 Test: N/A Change-Id: I096a7322348046662f02b07c98956dad7501a1cf --- diff --git a/media/java/android/media/ExifInterface.java b/media/java/android/media/ExifInterface.java index 31d22327c79f..233e5e78e89a 100644 --- a/media/java/android/media/ExifInterface.java +++ b/media/java/android/media/ExifInterface.java @@ -73,6 +73,12 @@ import java.util.regex.Pattern; * Supported formats are: JPEG, DNG, CR2, NEF, NRW, ARW, RW2, ORF, PEF, SRW, RAF and HEIF. *

* Attribute mutation is supported for JPEG image files. + *

+ * Note: It is recommended to use the AndroidX + * ExifInterface + * Library since it is a superset of this class. In addition to the functionalities of this + * class, it supports parsing extra metadata such as exposure and data compression information + * as well as setting extra metadata such as GPS and datetime information. */ public class ExifInterface { private static final String TAG = "ExifInterface";