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

Commit 15748381 authored by Hyundo Moon's avatar Hyundo Moon
Browse files

MediaBrowser: Supplement JavaDoc of MediaItem.getMediaId()

This CL adds link to MediaMetadata.METADATA_KEY_MEDIA_ID
into the JavaDoc of MediaItem.getMediaId() to help developers
easily find what the MediaId is.

Bug: 28790407
Change-Id: Icdcc98ffe59e1480df9ac85fe22b710ecd9d14de
parent b49c45bb
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();