diff options
| author | 2016-02-29 13:44:15 +0900 | |
|---|---|---|
| committer | 2016-02-29 14:03:48 +0900 | |
| commit | ab19dc8e14cbf55342d97d8f0355b3082502ee4b (patch) | |
| tree | cfd30e933fdbb2e5072ecafaee715b3aba2c1205 | |
| parent | 0d0625993ac4f0b8b5a629a4bcb1cb4dcc5eaaac (diff) | |
MediaBrowser: Fix Javadoc
Bug: 27384292
Change-Id: I57ddfaea0fe888665bc7ee88cd933a660c26f1a6
| -rw-r--r-- | media/java/android/media/browse/MediaBrowser.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media/java/android/media/browse/MediaBrowser.java b/media/java/android/media/browse/MediaBrowser.java index 2f72df62eab4..9e67c151b8cc 100644 --- a/media/java/android/media/browse/MediaBrowser.java +++ b/media/java/android/media/browse/MediaBrowser.java @@ -73,7 +73,6 @@ public final class MediaBrowser { * Used as an int extra field to denote the page number to subscribe. * The value of {@code EXTRA_PAGE} should be greater than or equal to 1. * - * @see android.service.media.MediaBrowserService.BrowserRoot * @see #EXTRA_PAGE_SIZE */ public static final String EXTRA_PAGE = "android.media.browse.extra.PAGE"; @@ -82,7 +81,6 @@ public final class MediaBrowser { * Used as an int extra field to denote the number of media items in a page. * The value of {@code EXTRA_PAGE_SIZE} should be greater than or equal to 1. * - * @see android.service.media.MediaBrowserService.BrowserRoot * @see #EXTRA_PAGE */ public static final String EXTRA_PAGE_SIZE = "android.media.browse.extra.PAGE_SIZE"; @@ -860,7 +858,7 @@ public final class MediaBrowser { * * @param parentId The media id of the parent media item. * @param children The children which were loaded, or null if the id is invalid. - * @param options A bundle of service-specific arguments to send to the media + * @param options A bundle of service-specific arguments sent to the media * browse service. The contents of this bundle may affect the * information returned when browsing. */ |