summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorHemant Gupta <hemantg@codeaurora.org>2013-08-19 18:54:29 +0530
committerMike Lockwood <lockwood@google.com>2014-06-12 16:19:02 -0700
commitaebc726105204f8a7b977eb3556c14b5ba18a5ca (patch)
treee688dbfe4d366aa515a3dedce8664c3e0e90a285 /AndroidManifest.xml
parent1e9f8a14e120e8786711abdd4a965236191c87ad (diff)
downloadandroid_packages_apps_Bluetooth-aebc726105204f8a7b977eb3556c14b5ba18a5ca.tar.gz
android_packages_apps_Bluetooth-aebc726105204f8a7b977eb3556c14b5ba18a5ca.tar.bz2
android_packages_apps_Bluetooth-aebc726105204f8a7b977eb3556c14b5ba18a5ca.zip
Bluetooth: Add support for HFP Client role.
Implementation changes in Bluetooth App to support HFP Client role. Change-Id: I795f475c6a1548fd7cc68d0a02b22f30cf5a182b
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 0c24e7038..de0f63c32 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -287,5 +287,13 @@
<action android:name="android.bluetooth.IBluetoothPan" />
</intent-filter>
</service>
+ <service
+ android:process="@string/process"
+ android:name = ".hfpclient.HandsfreeClientService"
+ android:enabled="@bool/profile_supported_hfpclient">
+ <intent-filter>
+ <action android:name="android.bluetooth.IBluetoothHandsfreeClient" />
+ </intent-filter>
+ </service>
</application>
</manifest>