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

Commit c3898820 authored by Casey Ho's avatar Casey Ho
Browse files

Fix incorrect javadoc

Change-Id: I7f2cd95ced0f525b2c0ee20b64acbb35893664ed
parent 86add435
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1833,19 +1833,19 @@ public final class MediaStore {
            public static final String LANGUAGE = "language";

            /**
             * The latitude where the image was captured.
             * The latitude where the video was captured.
             * <P>Type: DOUBLE</P>
             */
            public static final String LATITUDE = "latitude";

            /**
             * The longitude where the image was captured.
             * The longitude where the video was captured.
             * <P>Type: DOUBLE</P>
             */
            public static final String LONGITUDE = "longitude";

            /**
             * The date & time that the image was taken in units
             * The date & time that the video was taken in units
             * of milliseconds since jan 1, 1970.
             * <P>Type: INTEGER</P>
             */