OSDN Git Service

Add Javadoc
authorJin Seok Park <jinpark@google.com>
Mon, 11 Mar 2019 02:26:35 +0000 (11:26 +0900)
committerJin Seok Park <jinpark@google.com>
Mon, 11 Mar 2019 02:46:49 +0000 (11:46 +0900)
This CL adds Javadoc for clarifying the relationship between the
framework and AndroidX versions of ExifInterface.

Bug: 122276930
Test: N/A
Change-Id: I096a7322348046662f02b07c98956dad7501a1cf

media/java/android/media/ExifInterface.java

index 31d2232..233e5e7 100644 (file)
@@ -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.
  * <p>
  * Attribute mutation is supported for JPEG image files.
+ * <p>
+ * Note: It is recommended to use the <a href="{@docRoot}jetpack/androidx.html">AndroidX</a>
+ * <a href="{@docRoot}reference/androidx/exifinterface/media/ExifInterface.html">ExifInterface
+ * Library</a> 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";