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

Commit 4414eb4b authored by Ray Chen's avatar Ray Chen
Browse files

Add more EXIF tags.

Change-Id: I77a02a6de6bb4c364bb9718f7bed15468a38a279
parent 9ef0283b
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.