summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2012-06-16 14:58:39 -0700
committerAdam Powell <adamp@google.com>2012-06-16 17:21:57 -0700
commit4599696591f745b3a546197d2ba7e5cfc5562484 (patch)
treedeb99136c03e9100fa6727fe8b7b23dcf7f21c8c /api
parent39d5c6172503620ac3761148adac5fd7fa20d02d (diff)
downloadframeworks_base-4599696591f745b3a546197d2ba7e5cfc5562484.zip
frameworks_base-4599696591f745b3a546197d2ba7e5cfc5562484.tar.gz
frameworks_base-4599696591f745b3a546197d2ba7e5cfc5562484.tar.bz2
Volume control in MediaRouter dialogs
MediaRouter dialogs now intercept the volume keys for altering the current volume. The status icon indicates if the slider/buttons are currently controlling the local device volume or a remote device's volume. Group volume for user routes is handled by using the RemoteControlClient supplied by the first route in the group. Change-Id: I40a0d054847ed5acce7a4c3b669487841b4dca15
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 99c16ec..76777b1 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -11582,6 +11582,7 @@ package android.media {
}
public static class MediaRouter.UserRouteInfo extends android.media.MediaRouter.RouteInfo {
+ method public android.media.RemoteControlClient getRemoteControlClient();
method public void setIconDrawable(android.graphics.drawable.Drawable);
method public void setIconResource(int);
method public void setName(java.lang.CharSequence);