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

Commit a726e12f authored by Owen Lin's avatar Owen Lin Committed by Android (Google) Code Review
Browse files

Merge "Add more EXIF tags."

parents f5d847e8 4414eb4b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -51,6 +51,12 @@ public class ExifInterface {
    public static final String TAG_GPS_LATITUDE_REF = "GPSLatitudeRef";
    /** Type is String. */
    public static final String TAG_GPS_LONGITUDE_REF = "GPSLongitudeRef";
    /** Type is String. */
    public static final String TAG_EXPOSURE_TIME = "ExposureTime";
    /** Type is String. */
    public static final String TAG_APERTURE = "FNumber";
    /** Type is String. */
    public static final String TAG_ISO = "ISOSpeedRatings";

    /**
     * The altitude (in meters) based on the reference in TAG_GPS_ALTITUDE_REF.