summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index a9ec33b..6ef5bde 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -2755,30 +2755,6 @@
confirmation UI for full backup/restore -->
<uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
- <!-- Allows an application to use the Theme Service
- @hide -->
- <permission android:name="android.permission.ACCESS_THEME_MANAGER"
- android:label="@string/permlab_accessThemeService"
- android:description="@string/permdesc_accessThemeService"
- android:protectionLevel="system|signature" />
-
- <!-- Allows an application to read the current theme configuration and
- get information about the various themes currently installed
- @hide -->
- <permission android:name="android.permission.READ_THEMES"
- android:label="@string/permlab_readThemes"
- android:description="@string/permdesc_readThemesDesc"
- android:protectionLevel="normal" />
-
- <!-- Allows an application to write the current theme configuration and
- write information about the various themes currently installed.
- Changing themes should be done through the service ACCESS_THEME_MANAGER
- @hide -->
- <permission android:name="android.permission.WRITE_THEMES"
- android:label="@string/permlab_writeThemes"
- android:description="@string/permdesc_writeThemesDesc"
- android:protectionLevel="system|signature" />
-
<application android:process="system"
android:persistent="true"
android:hasCode="false"