Add a class Javadoc for MediaBrowser.MediaItem

Also fixed a typo in MediaBrowserService.

Bug: 26181781, Bug: 26182458
Change-Id: I1f672f8111a70ad9c16e9969d0fad0e504fefb8a
This commit is contained in:
Jae Seo
2015-12-19 14:38:48 +09:00
parent 87af9a03f1
commit 082e873999
2 changed files with 4 additions and 1 deletions

View File

@@ -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;

View File

@@ -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;