summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-06-14 19:34:10 -0700
committerDianne Hackborn <hackbod@google.com>2012-06-15 13:15:35 -0700
commit632ca417f0a33e3fa9ccece531afa2db3f0d4a30 (patch)
tree57dc775032f1571f7c57697ab012e14bffd7bdd0 /Android.mk
parent17b9cec1b6fedd0e54ff61f5a12f0e515add70ab (diff)
downloadframeworks_base-632ca417f0a33e3fa9ccece531afa2db3f0d4a30.zip
frameworks_base-632ca417f0a33e3fa9ccece531afa2db3f0d4a30.tar.gz
frameworks_base-632ca417f0a33e3fa9ccece531afa2db3f0d4a30.tar.bz2
Add new callback for MediaRouter to found out about device changes.
The AudioService now has an API to call to get the currently connected devices, and later reports of changes in connection state. The information includes the name of the bluetooth device if one is connected for display to the user, and states for all of the pluggable devices. No longer requires a Bluetooth permission to keep the routes updated. Change-Id: I81ca421c60592fbc1592477d59bf1c9d1b64954a
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index b0a3dac..5aaea97 100644
--- a/Android.mk
+++ b/Android.mk
@@ -193,6 +193,7 @@ LOCAL_SRC_FILES += \
location/java/android/location/INetInitiatedListener.aidl \
media/java/android/media/IAudioService.aidl \
media/java/android/media/IAudioFocusDispatcher.aidl \
+ media/java/android/media/IAudioRoutesObserver.aidl \
media/java/android/media/IMediaScannerListener.aidl \
media/java/android/media/IMediaScannerService.aidl \
media/java/android/media/IRemoteControlClient.aidl \