From b467330b14fcd14f21e13c4dfeff97914e45cfbb Mon Sep 17 00:00:00 2001 From: Svet Ganov Date: Tue, 12 May 2015 20:50:14 -0700 Subject: Lower protection level of permissions of permissions Permissions ACCESS_NETWORK_STATE, INTERNET, NFC, DISABLE_KEYGUARD do not lead to unrecoverable damage and do not lead to PII leaks, hence they do not meet the bar to be runtime permissions and we are lowering their protection level. bug:21078873 Change-Id: I30c8e742d6a69474171994b65ce070068402ae47 --- core/res/AndroidManifest.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index e5bba6e06139..c59c1c9e7d7e 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -849,7 +849,7 @@ + android:protectionLevel="normal" /> + android:protectionLevel="normal" /> @@ -1262,7 +1262,7 @@ + android:protectionLevel="normal" /> -- cgit v1.2.3-59-g8ed1b