diff options
author | Svet Ganov <svetoslavganov@google.com> | 2015-06-12 00:28:39 -0700 |
---|---|---|
committer | Svet Ganov <svetoslavganov@google.com> | 2015-06-12 00:28:47 -0700 |
commit | 353d0ef9358df95ffe42afb591905347da48a4e2 (patch) | |
tree | f204393a1e0c683fbfff8ad2c2d18ed09dcfb6f3 /core | |
parent | 033a68fe2739aac89bded94bb4ca99473050bcd7 (diff) | |
download | frameworks_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.xml | 2 |
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. --> |