aboutsummaryrefslogtreecommitdiffstats
path: root/cm/res/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cm/res/AndroidManifest.xml')
-rw-r--r--cm/res/AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/cm/res/AndroidManifest.xml b/cm/res/AndroidManifest.xml
index 5817946..35fdd0c 100644
--- a/cm/res/AndroidManifest.xml
+++ b/cm/res/AndroidManifest.xml
@@ -75,6 +75,12 @@
android:description="@string/permdesc_writeSettings"
android:protectionLevel="normal" />
+ <!-- Allows an application to modify system profiles -->
+ <permission android:name="cyanogenmod.permission.MODIFY_PROFILES"
+ android:label="@string/permlab_modifyProfiles"
+ android:description="@string/permdesc_modifyProfiles"
+ android:protectionLevel="normal" />
+
<!-- Allows an application to write to secure CM system settings.
<p>Not for use by third-party applications. -->
<permission android:name="cyanogenmod.permission.WRITE_SECURE_SETTINGS"