From 361dfebc943fa53f2a2e3fe0b3429ea5d2530ad0 Mon Sep 17 00:00:00 2001 From: Adrian Ludwig Date: Fri, 1 Jun 2012 19:57:57 -0700 Subject: [PATCH] For JB, the READ_EXTERNAL_STORAGE permission is not enforced by default. It may be enforced by default in future releases. Developers have the option of enabling enforcement to test their application and some may begin to include this permission on applications. To avoid user confusion, the permission is placed in the development tools group. Change-Id: Id27ba241db0253eac774401aaaa6e5c4340588d7 --- core/res/AndroidManifest.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index abd7e92482c52..9b417a2497e7a 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -464,7 +464,7 @@ android:protectionLevel="normal" android:description="@string/permdesc_accessWifiState" android:label="@string/permlab_accessWifiState" /> - + - + android:label="@string/permlab_bluetooth" /> + + android:protectionLevel="normal" /> - +