diff options
| author | Zhihai Xu <zhihaixu@google.com> | 2013-09-24 17:17:38 -0700 |
|---|---|---|
| committer | Zhihai Xu <zhihaixu@google.com> | 2013-09-26 15:22:42 -0700 |
| commit | f46b7a7949455a355e8e8e53f2742fb1e9dc8981 (patch) | |
| tree | a8069eae02fad7421db064840cbdc525aaf28337 /overlay | |
| parent | 18f8c1f0b4fbaf5d744cfaa99337978fdcb29b34 (diff) | |
Disable MAP on tablets
bug:10911956
Change-Id: I97c9e8d1135bf99d33201688c0c3b61a57fda35e
Diffstat (limited to 'overlay')
| -rw-r--r-- | overlay/packages/apps/Bluetooth/res/values/config.xml | 18 |
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> |
