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

Commit c9da4f8b authored by Jae Seo's avatar Jae Seo Committed by android-build-merger
Browse files

Merge "MediaBrowserService: Add more explanation on getBrowserRootHints()"...

Merge "MediaBrowserService: Add more explanation on getBrowserRootHints()" into nyc-dev am: 44fbbfd2
am: f2f98674

* commit 'f2f98674':
  MediaBrowserService: Add more explanation on getBrowserRootHints()

Change-Id: I462e30c2ddc354203c635051254b11eedb545ed9
parents f778cf77 f2f98674
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -489,9 +489,15 @@ public abstract class MediaBrowserService extends Service {

    /**
     * Gets the root hints sent from the currently connected {@link MediaBrowser}.
     * The root hints are service-specific arguments included in an optional bundle sent to the
     * media browser service when connecting and retrieving the root id for browsing, or null if
     * none. The contents of this bundle may affect the information returned when browsing.
     *
     * @throws IllegalStateException If this method is called outside of {@link #onLoadChildren}
     *             or {@link #onLoadItem}
     * @see MediaBrowserService.BrowserRoot#EXTRA_RECENT
     * @see MediaBrowserService.BrowserRoot#EXTRA_OFFLINE
     * @see MediaBrowserService.BrowserRoot#EXTRA_SUGGESTED
     */
    public final Bundle getBrowserRootHints() {
        if (mCurConnection == null) {