Revert write secure settings permission protection level.

bug:21619456

Change-Id: I31212d3677b74fbf26b2d9eb222a2a8132de2271
This commit is contained in:
Svet Ganov
2015-06-12 00:28:39 -07:00
parent 033a68fe27
commit 353d0ef935

View File

@@ -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. -->