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

Commit 224bb73f authored by Jae Seo's avatar Jae Seo Committed by Android (Google) Code Review
Browse files

Merge "Add a class Javadoc for MediaBrowser.MediaItem"

parents 1e033d06 082e8739
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -574,6 +574,9 @@ public final class MediaBrowser {
        Log.d(TAG, "  mMediaSessionToken=" + mMediaSessionToken);
    }

    /**
     * A class with information on a single media item for use in browsing media.
     */
    public static class MediaItem implements Parcelable {
        private final int mFlags;
        private final MediaDescription mDescription;
+1 −1
Original line number Diff line number Diff line
@@ -546,7 +546,7 @@ public abstract class MediaBrowserService extends Service {
        }

        /**
         * Gets any extras about the brwoser service.
         * Gets any extras about the browser service.
         */
        public Bundle getExtras() {
            return mExtras;