summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorNitin Shivpure <nshivpur@codeaurora.org>2013-12-19 17:15:04 +0530
committerNitin Shivpure <nshivpur@codeaurora.org>2013-12-19 17:18:15 +0530
commit609a6bb6fed617441ba142c5ec51461b5ce2d48f (patch)
tree676960a6605fd33233a8a023652aed168eaba278 /res
parent4e389ad19c8d49cd2072ecbc2f9f6fa6e44a127d (diff)
downloadandroid_packages_apps_BluetoothExt-609a6bb6fed617441ba142c5ec51461b5ce2d48f.tar.gz
android_packages_apps_BluetoothExt-609a6bb6fed617441ba142c5ec51461b5ce2d48f.tar.bz2
android_packages_apps_BluetoothExt-609a6bb6fed617441ba142c5ec51461b5ce2d48f.zip
Bluetooth: Disable MAP Server profile
Disable QCOM specific MAP1.0 Server implementation from BluetoothExt. Mark "android:enabled" attribute for MAP Server components as false to disable QCOM specific MAP server profile features. Change-Id: Icac08639e53a2f705a025d679ff020f324d07e79 CRs-Fixed: 587347
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 6c6a875..bc8dd68 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -14,7 +14,7 @@
-->
<resources>
<bool name="profile_supported_ftp">true</bool>
- <bool name="profile_supported_map">true</bool>
+ <bool name="profile_supported_map">false</bool>
<bool name="profile_supported_sap">true</bool>
<bool name="profile_supported_dun">true</bool>
<bool name="profile_supported_btc">false</bool>