summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-04-18 19:16:15 -0700
committerJeff Sharkey <jsharkey@android.com>2012-04-19 11:54:34 -0700
commit35be7560300a97fc3675bdd325910f28827d9508 (patch)
tree03b5e5fe2e4236661e55f46d24c2e388e7a98e07 /core/res/AndroidManifest.xml
parent1b965941713a395dc8003cf8ee29a40f92dd77aa (diff)
downloadframeworks_base-35be7560300a97fc3675bdd325910f28827d9508.zip
frameworks_base-35be7560300a97fc3675bdd325910f28827d9508.tar.gz
frameworks_base-35be7560300a97fc3675bdd325910f28827d9508.tar.bz2
Move SystemUI out of system UID.
Add permissions for various things it pokes. Create new permission to control launching non-exported activities from recents. Hidden API to relax WallpaperService checks. Change-Id: I547fdcd7c213dd153ae101533ce7c56cd8f86a0d
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index f5c0f8f..b7ee2ec 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -737,6 +737,14 @@
android:label="@string/permlab_removeTasks"
android:description="@string/permdesc_removeTasks" />
+ <!-- Allows an application to start any activity, regardless of permission
+ protection or exported state. @hide -->
+ <permission android:name="android.permission.START_ANY_ACTIVITY"
+ android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
+ android:protectionLevel="signature"
+ android:label="@string/permlab_startAnyActivity"
+ android:description="@string/permdesc_startAnyActivity" />
+
<!-- @hide Change the screen compatibility mode of applications -->
<permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"