summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2015-06-12 00:28:39 -0700
committerSvet Ganov <svetoslavganov@google.com>2015-06-12 00:28:47 -0700
commit353d0ef9358df95ffe42afb591905347da48a4e2 (patch)
treef204393a1e0c683fbfff8ad2c2d18ed09dcfb6f3 /core
parent033a68fe2739aac89bded94bb4ca99473050bcd7 (diff)
downloadframeworks_base-353d0ef9358df95ffe42afb591905347da48a4e2.zip
frameworks_base-353d0ef9358df95ffe42afb591905347da48a4e2.tar.gz
frameworks_base-353d0ef9358df95ffe42afb591905347da48a4e2.tar.bz2
Revert write secure settings permission protection level.
bug:21619456 Change-Id: I31212d3677b74fbf26b2d9eb222a2a8132de2271
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. -->