summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorHemant Gupta <hemantg@codeaurora.org>2013-08-19 18:54:29 +0530
committerHemant Gupta <hemantg@codeaurora.org>2014-05-09 12:02:01 +0530
commit709ec52d8053ccbdc00ccf463d35f1f6b91fa41a (patch)
tree153effeb4177cd13856e2724eea5335dd03107ee /AndroidManifest.xml
parent7d84dc7f7165c69e7d84b50bd21f8a63fa7df275 (diff)
downloadandroid_packages_apps_Bluetooth-709ec52d8053ccbdc00ccf463d35f1f6b91fa41a.tar.gz
android_packages_apps_Bluetooth-709ec52d8053ccbdc00ccf463d35f1f6b91fa41a.tar.bz2
android_packages_apps_Bluetooth-709ec52d8053ccbdc00ccf463d35f1f6b91fa41a.zip
[4/4] 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 07a940e52..ee8344dfe 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -286,5 +286,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>