summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorHemant Gupta <hemantg@codeaurora.org>2014-07-11 19:09:01 +0530
committerHemant Gupta <hemantg@codeaurora.org>2014-07-29 23:23:06 +0530
commit28cdcc837878b977b7605ce127cd49197eae8fbe (patch)
treea5357c72c592038a87c2dcb326d3c5afb57771b6 /res
parentbd7b202db10dcb148c00e9237c8722284f8439d8 (diff)
downloadandroid_packages_apps_BluetoothExt-28cdcc837878b977b7605ce127cd49197eae8fbe.tar.gz
android_packages_apps_BluetoothExt-28cdcc837878b977b7605ce127cd49197eae8fbe.tar.bz2
android_packages_apps_BluetoothExt-28cdcc837878b977b7605ce127cd49197eae8fbe.zip
Disable SAP and MAP code
Disable SAP and MAP code. Change-Id: I798bc07d84bc86dab7f53a06c3cca9c1b53e69e1
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 df6fecf..5f321a5 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -15,6 +15,6 @@
<resources>
<bool name="profile_supported_ftp">true</bool>
<bool name="profile_supported_map">false</bool>
- <bool name="profile_supported_sap">true</bool>
+ <bool name="profile_supported_sap">false</bool>
<bool name="profile_supported_dun">true</bool>
</resources>