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

Commit 686bcc52 authored by Hyundo Moon's avatar Hyundo Moon Committed by Android (Google) Code Review
Browse files

Merge "MediaBrowser: Supplement JavaDoc of MediaItem.getMediaId()"

parents 7d161154 15748381
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -827,7 +827,8 @@ public final class MediaBrowser {
        }

        /**
         * Returns the media id for this item.
         * Returns the media id in the {@link MediaDescription} for this item.
         * @see android.media.MediaMetadata#METADATA_KEY_MEDIA_ID
         */
        public @NonNull String getMediaId() {
            return mDescription.getMediaId();