summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorfredc <fredc@broadcom.com>2012-05-10 22:07:32 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-07-16 22:07:42 -0700
commita7e8ef3f77ac74449f817f36f570a3545285be85 (patch)
treed603b2c44260995b792672bdf6a4a70bd9ed3837 /res/values
parentc181b8b49f5ad5b49b33334a9ba8f342ddb3545c (diff)
downloadandroid_packages_apps_Bluetooth-a7e8ef3f77ac74449f817f36f570a3545285be85.tar.gz
android_packages_apps_Bluetooth-a7e8ef3f77ac74449f817f36f570a3545285be85.tar.bz2
android_packages_apps_Bluetooth-a7e8ef3f77ac74449f817f36f570a3545285be85.zip
Added support for enabling/disabling profiles
Change-Id: I819ca7920d9d866bd3aca88d4365a18e2369ee81
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 538325ef9..700be2429 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -13,6 +13,13 @@
limitations under the License.
-->
<resources>
+ <bool name="profile_supported_a2dp">true</bool>
+ <bool name="profile_supported_hdp">true</bool>
+ <bool name="profile_supported_hs_hfp">true</bool>
+ <bool name="profile_supported_hid">true</bool>
+ <bool name="profile_supported_opp">true</bool>
+ <bool name="profile_supported_pan">true</bool>
+ <bool name="profile_supported_pbap">true</bool>
<bool name="pbap_include_photos_in_vcard">true</bool>
<bool name="pbap_use_profile_for_owner_vcard">true</bool>
</resources> \ No newline at end of file