summaryrefslogtreecommitdiffstats
path: root/data/etc
diff options
context:
space:
mode:
authorDan Morrill <morrildl@google.com>2011-08-24 15:12:42 -0700
committerMike Lockwood <lockwood@google.com>2012-02-10 12:02:28 -0800
commit3df2549cb7be6d85cb4579d8fa48f5344c025f62 (patch)
tree04df4498cbf1cead41e2e25d484fc8f9baf73ab7 /data/etc
parentcba928cef7d614d375253246f014c4a52bb8b913 (diff)
downloadframeworks_base-3df2549cb7be6d85cb4579d8fa48f5344c025f62.zip
frameworks_base-3df2549cb7be6d85cb4579d8fa48f5344c025f62.tar.gz
frameworks_base-3df2549cb7be6d85cb4579d8fa48f5344c025f62.tar.bz2
Adding a feature to indicate specific support for Bluetooth API.
Diffstat (limited to 'data/etc')
-rw-r--r--data/etc/android.hardware.bluetooth.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/etc/android.hardware.bluetooth.xml b/data/etc/android.hardware.bluetooth.xml
new file mode 100644
index 0000000..4aa1744
--- /dev/null
+++ b/data/etc/android.hardware.bluetooth.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 The Android Open Source Project
+
+ 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.
+-->
+<!-- Adds the feature indicating support for the Bluetooth API -->
+<permissions>
+ <feature name="android.hardware.bluetooth" />
+</permissions>