summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2015-06-11 18:24:26 -0700
committerSvet Ganov <svetoslavganov@google.com>2015-06-11 18:24:30 -0700
commitd81897d0232e4629340a541bf6ffb8dcfae0fd52 (patch)
treec20801b3c9e5512214baa916584b03f4afdd968f /core/res/AndroidManifest.xml
parent678e8532b521b7111b4c1bf7f72aebef764b16d2 (diff)
downloadframeworks_base-d81897d0232e4629340a541bf6ffb8dcfae0fd52.zip
frameworks_base-d81897d0232e4629340a541bf6ffb8dcfae0fd52.tar.gz
frameworks_base-d81897d0232e4629340a541bf6ffb8dcfae0fd52.tar.bz2
Lower protection level of the dangerous Bluetooth permissions
bug:21594947 Change-Id: Ic643bc0768b0fc9adcc3e07661ee34fa59f4ec35
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 8a32c46d..521238bf 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -913,13 +913,13 @@
<permission android:name="android.permission.BLUETOOTH"
android:description="@string/permdesc_bluetooth"
android:label="@string/permlab_bluetooth"
- android:protectionLevel="dangerous" />
+ android:protectionLevel="normal" />
<!-- Allows applications to discover and pair bluetooth devices -->
<permission android:name="android.permission.BLUETOOTH_ADMIN"
android:description="@string/permdesc_bluetoothAdmin"
android:label="@string/permlab_bluetoothAdmin"
- android:protectionLevel="dangerous" />
+ android:protectionLevel="normal" />
<!-- @SystemApi Allows applications to pair bluetooth devices without user interaction, and to
allow or disallow phonebook access or message access.