Merge "Make WRITE_APN_SETTINGS a system-only permission."

This commit is contained in:
Robert Greenwalt
2011-09-01 14:33:49 -07:00
committed by Android (Google) Code Review

View File

@@ -920,7 +920,7 @@
<!-- Allows applications to write the apn settings -->
<permission android:name="android.permission.WRITE_APN_SETTINGS"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="dangerous"
android:protectionLevel="signatureOrSystem"
android:description="@string/permdesc_writeApnSettings"
android:label="@string/permlab_writeApnSettings" />