Skip to content

Commit

Permalink
Allow whitelist for MODIFY_NETWORK_SETTINGS permission.
Browse files Browse the repository at this point in the history
Change-Id: If4e8137bd782b43f5bd6bd08804a5130deb05359
  • Loading branch information
Matt Garnes committed Sep 3, 2015
1 parent 26272cd commit a458122
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cm/res/AndroidManifest.xml
Expand Up @@ -17,6 +17,7 @@
*/
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
package="cyanogenmod.platform"
coreApp="true" android:sharedUserId="android.uid.system"
android:sharedUserLabel="@string/cyanogenmod_system_label">
Expand All @@ -40,6 +41,7 @@
android:label="@string/permlab_modifyNetworkSettings"
android:description="@string/permdesc_modifyNetworkSettings"
android:icon="@drawable/ic_launcher_cyanogenmod"
androidprv:allowViaWhitelist="true"
android:protectionLevel="system|signature" />

<!-- Allows system applications to make changes to a subset of system sound settings -->
Expand Down

0 comments on commit a458122

Please sign in to comment.