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

Commit 6d49e0a8 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android (Google) Code Review
Browse files

Merge "Fix incorrect javadoc"

parents 1c32c8a1 c3898820
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>
             */