summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorZhihai Xu <zhihaixu@google.com>2013-09-26 23:13:50 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-26 23:13:50 +0000
commit76d66c2a849a930a9e46c3d3462d992b0a1bff82 (patch)
treeb64358ab97b565f3d84857d333a8b8c75e97c186 /overlay
parent990f71ee2e4b7d016128647f95b5d4879e2c3dba (diff)
parent935e8d0f386ab9c1004e86b1fd351aea2bb92fb6 (diff)
downloadflo-76d66c2a849a930a9e46c3d3462d992b0a1bff82.tar.gz
Merge "Disable MAP on tablets" into klp-dev
Diffstat (limited to 'overlay')
-rw-r--r--overlay/packages/apps/Bluetooth/res/values/config.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/overlay/packages/apps/Bluetooth/res/values/config.xml b/overlay/packages/apps/Bluetooth/res/values/config.xml
new file mode 100644
index 0000000..df47017
--- /dev/null
+++ b/overlay/packages/apps/Bluetooth/res/values/config.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009-2012 Broadcom Corporation
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <!-- Whether the device support Bluetooth MAP profile -->
+ <bool name="profile_supported_map">false</bool>
+</resources>