diff options
author | Adam Powell <adamp@google.com> | 2012-06-12 16:59:45 -0700 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2012-06-13 11:42:10 -0700 |
commit | 70e11e50eecfc8f1dfb76316d099e4331ebd28f7 (patch) | |
tree | c2a2a912ec851734e73de72d0b04a0b744cebafb /api/current.txt | |
parent | d772c4878e2207795e92b26a462fd02bca7e3c2e (diff) | |
download | frameworks_base-70e11e50eecfc8f1dfb76316d099e4331ebd28f7.zip frameworks_base-70e11e50eecfc8f1dfb76316d099e4331ebd28f7.tar.gz frameworks_base-70e11e50eecfc8f1dfb76316d099e4331ebd28f7.tar.bz2 |
MediaRouter dialog
Add the dialog behavior for MediaRouteActionProvider/MediaRouteButton.
Still TODO:
* Switch audio icon based on source; speaker/bt/user
* Rig up volume slider
* Rig up item icons
* Rig up group button for groupable categories
* Make grouping work
Change-Id: I3f992516b184d5ae940ddb7bbb7f94ff58914589
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 55c9e28..f5bc504 100644 --- a/api/current.txt +++ b/api/current.txt @@ -3690,6 +3690,7 @@ package android.app { method public int getRouteTypes(); method public void setExtendedSettingsClickListener(android.view.View.OnClickListener); method public void setRouteTypes(int); + method public void showDialog(); } public class NativeActivity extends android.app.Activity implements android.view.InputQueue.Callback android.view.SurfaceHolder.Callback2 android.view.ViewTreeObserver.OnGlobalLayoutListener { @@ -11575,11 +11576,13 @@ package android.media { } public static class MediaRouter.UserRouteInfo extends android.media.MediaRouter.RouteInfo { + method public java.lang.Object getTag(); method public void setIconDrawable(android.graphics.drawable.Drawable); method public void setIconResource(int); method public void setName(java.lang.CharSequence); method public void setRemoteControlClient(android.media.RemoteControlClient); method public void setStatus(java.lang.CharSequence); + method public void setTag(java.lang.Object); } public class MediaScannerConnection implements android.content.ServiceConnection { |