diff options
| author | 2015-06-12 07:30:31 +0000 | |
|---|---|---|
| committer | 2015-06-12 07:30:34 +0000 | |
| commit | 7f55b0080a96b89807a29ce5affb4e0580c098f8 (patch) | |
| tree | 32092d4a7f5408b62fec4ba26a0dfbe3779f4ae8 | |
| parent | 3c4d613926afb38673e0ffccc624d271f7910ec1 (diff) | |
| parent | 353d0ef9358df95ffe42afb591905347da48a4e2 (diff) | |
Merge "Revert write secure settings permission protection level." into mnc-dev
| -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 59383ab13e64..8a79f5a8d650 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. --> |