diff options
| -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. --> |