summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@google.com>2014-06-06 13:04:55 -0700
committerMike Lockwood <lockwood@google.com>2014-06-09 10:09:09 -0700
commitb824e2624524d039b12ce3b7de2747ff558bfe94 (patch)
treebba5bc9c789aa21a008f8943276f451cd8eff27d /AndroidManifest.xml
parent9ebf7624eb97e76d34ceceebf4ab1558d73df246 (diff)
downloadandroid_packages_apps_Bluetooth-b824e2624524d039b12ce3b7de2747ff558bfe94.tar.gz
android_packages_apps_Bluetooth-b824e2624524d039b12ce3b7de2747ff558bfe94.tar.bz2
android_packages_apps_Bluetooth-b824e2624524d039b12ce3b7de2747ff558bfe94.zip
Move AVRCP Controller support to new BluetoothAvrcpController profile
Change-Id: I865f77c85d971bf06dbc0643722abad7f6b94ab9
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 100256321..e1a08405b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -272,6 +272,14 @@
</service>
<service
android:process="@string/process"
+ android:name = ".avrcp.AvrcpControllerService"
+ android:enabled="@bool/profile_supported_avrcp_controller">
+ <intent-filter>
+ <action android:name="android.bluetooth.IBluetoothAvrcpController" />
+ </intent-filter>
+ </service>
+ <service
+ android:process="@string/process"
android:name = ".hid.HidService"
android:enabled="@bool/profile_supported_hid">
<intent-filter>