CMSDK : Change protection level system to privileged

Change-Id: I8e5e8c17a9d7e2399155b34e63bdd55e19a59362
This commit is contained in:
Danesh M 2015-11-04 14:26:55 -08:00 committed by Gerrit Code Review
parent 74c2b772e5
commit b56f346814
1 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@
android:description="@string/permdesc_modifyNetworkSettings" android:description="@string/permdesc_modifyNetworkSettings"
android:icon="@drawable/ic_launcher_cyanogenmod" android:icon="@drawable/ic_launcher_cyanogenmod"
androidprv:allowViaWhitelist="true" androidprv:allowViaWhitelist="true"
android:protectionLevel="system|signature" /> android:protectionLevel="signature|privileged" />
<!-- Allows an app to make changes to the interruption mode sound settings --> <!-- Allows an app to make changes to the interruption mode sound settings -->
<permission android:name="cyanogenmod.permission.MODIFY_SOUND_SETTINGS" <permission android:name="cyanogenmod.permission.MODIFY_SOUND_SETTINGS"
@ -70,7 +70,7 @@
<permission android:name="cyanogenmod.permission.HARDWARE_ABSTRACTION_ACCESS" <permission android:name="cyanogenmod.permission.HARDWARE_ABSTRACTION_ACCESS"
android:label="@string/permlab_useHardwareFramework" android:label="@string/permlab_useHardwareFramework"
android:description="@string/permdesc_useHardwareFramework" android:description="@string/permdesc_useHardwareFramework"
android:protectionLevel="system|signature" /> android:protectionLevel="signature|privileged" />
<!-- Allows an application to write to CM system settings --> <!-- Allows an application to write to CM system settings -->
<permission android:name="cyanogenmod.permission.WRITE_SETTINGS" <permission android:name="cyanogenmod.permission.WRITE_SETTINGS"
@ -89,13 +89,13 @@
<permission android:name="cyanogenmod.permission.WRITE_SECURE_SETTINGS" <permission android:name="cyanogenmod.permission.WRITE_SECURE_SETTINGS"
android:label="@string/permlab_writeSecureSettings" android:label="@string/permlab_writeSecureSettings"
android:description="@string/permdesc_writeSecureSettings" android:description="@string/permdesc_writeSecureSettings"
android:protectionLevel="signature|system|development" /> android:protectionLevel="signature|privileged|development" />
<!-- Allows an application to write alarms to the default alarm clock application <!-- Allows an application to write alarms to the default alarm clock application
<p>Not for use by third-party applications. --> <p>Not for use by third-party applications. -->
<permission android:name="cyanogenmod.permission.WRITE_ALARMS" <permission android:name="cyanogenmod.permission.WRITE_ALARMS"
android:permissionGroup="android.permission-group.SYSTEM_CLOCK" android:permissionGroup="android.permission-group.SYSTEM_CLOCK"
android:protectionLevel="system|signature" android:protectionLevel="signature|privileged"
android:label="@string/permlab_write_alarms" android:label="@string/permlab_write_alarms"
android:description="@string/permdesc_write_alarms"/> android:description="@string/permdesc_write_alarms"/>
@ -118,14 +118,14 @@
<permission android:name="cyanogenmod.permission.MANAGE_PERSISTENT_STORAGE" <permission android:name="cyanogenmod.permission.MANAGE_PERSISTENT_STORAGE"
android:label="@string/permlab_managePersistentStorage" android:label="@string/permlab_managePersistentStorage"
android:description="@string/permdesc_managePersistentStorage" android:description="@string/permdesc_managePersistentStorage"
android:protectionLevel="system|signature" /> android:protectionLevel="signature|privileged" />
<!-- Permission for accessing a provider of app suggestions <!-- Permission for accessing a provider of app suggestions
<p>Not for use by third-party applications. --> <p>Not for use by third-party applications. -->
<permission android:name="cyanogenmod.permission.ACCESS_APP_SUGGESTIONS" <permission android:name="cyanogenmod.permission.ACCESS_APP_SUGGESTIONS"
android:label="@string/permlab_accessAppSuggestions" android:label="@string/permlab_accessAppSuggestions"
android:description="@string/permdesc_accessAppSuggestions" android:description="@string/permdesc_accessAppSuggestions"
android:protectionLevel="signature|system|development" /> android:protectionLevel="signature|privileged|development" />
<application android:process="system" <application android:process="system"
android:persistent="true" android:persistent="true"