summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2015-06-12 07:30:31 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-12 07:30:34 +0000
commit7f55b0080a96b89807a29ce5affb4e0580c098f8 (patch)
tree32092d4a7f5408b62fec4ba26a0dfbe3779f4ae8 /core
parent3c4d613926afb38673e0ffccc624d271f7910ec1 (diff)
parent353d0ef9358df95ffe42afb591905347da48a4e2 (diff)
downloadframeworks_base-7f55b0080a96b89807a29ce5affb4e0580c098f8.zip
frameworks_base-7f55b0080a96b89807a29ce5affb4e0580c098f8.tar.gz
frameworks_base-7f55b0080a96b89807a29ce5affb4e0580c098f8.tar.bz2
Merge "Revert write secure settings permission protection level." into mnc-dev
Diffstat (limited to 'core')
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 59383ab..8a79f5a 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1491,7 +1491,7 @@
<permission android:name="android.permission.WRITE_SETTINGS"
android:label="@string/permlab_writeSettings"
android:description="@string/permdesc_writeSettings"
- android:protectionLevel="normal" />
+ android:protectionLevel="dangerous" />
<!-- @SystemApi Allows an application to modify the Google service map.
<p>Not for use by third-party applications. -->