diff options
author | Adam Powell <adamp@google.com> | 2012-06-12 11:25:54 -0700 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2012-06-12 11:26:39 -0700 |
commit | b35c445f34e1a18e17aef3e3dfbc1c39b4d1815c (patch) | |
tree | 1c7e896753889ee1abec57fcb2d9cb133fb16e2c /api/current.txt | |
parent | f958732bd3924205d9f8bda94f4f6e3bb4045b28 (diff) | |
download | frameworks_base-b35c445f34e1a18e17aef3e3dfbc1c39b4d1815c.zip frameworks_base-b35c445f34e1a18e17aef3e3dfbc1c39b4d1815c.tar.gz frameworks_base-b35c445f34e1a18e17aef3e3dfbc1c39b4d1815c.tar.bz2 |
MediaRouter work
Fix a bug where MediaRouter would crash on creation
Add click listener for app-supplied extended settings on the route
selection dialog.
Change-Id: I2991db1720b5c574148e250526984592f4dc3c44
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index dcf4bf2..55c9e28 100644 --- a/api/current.txt +++ b/api/current.txt @@ -3679,6 +3679,7 @@ package android.app { public class MediaRouteActionProvider extends android.view.ActionProvider { ctor public MediaRouteActionProvider(android.content.Context); method public android.view.View onCreateActionView(); + method public void setExtendedSettingsClickListener(android.view.View.OnClickListener); method public void setRouteTypes(int); } @@ -3687,6 +3688,7 @@ package android.app { ctor public MediaRouteButton(android.content.Context, android.util.AttributeSet); ctor public MediaRouteButton(android.content.Context, android.util.AttributeSet, int); method public int getRouteTypes(); + method public void setExtendedSettingsClickListener(android.view.View.OnClickListener); method public void setRouteTypes(int); } |