summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-09-27 17:05:46 -0700
committerDianne Hackborn <hackbod@google.com>2009-09-27 17:05:46 -0700
commitaef405d82931a08a7683cf0f58b5e74dbe268d45 (patch)
tree343ec4f3c75467d6391efca143e43fc4715ccc45 /core/res/AndroidManifest.xml
parent7433e8aebd86e5916839508da478f9b9d63b969e (diff)
downloadframeworks_base-aef405d82931a08a7683cf0f58b5e74dbe268d45.zip
frameworks_base-aef405d82931a08a7683cf0f58b5e74dbe268d45.tar.gz
frameworks_base-aef405d82931a08a7683cf0f58b5e74dbe268d45.tar.bz2
Allow wallpaper picker to work.
Change-Id: I379f25e0e8e372d72c0a89e71ccd584a5dbb3648
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 9cf5324..60a2ecb 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1123,10 +1123,11 @@
android:protectionLevel="signature" />
<!-- Allows applications to set a live wallpaper.
- @hide -->
+ @hide XXX Change to signature once the picker is moved to its
+ own apk as Ghod Intended. -->
<permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
- android:protectionLevel="signature" />
+ android:protectionLevel="signatureOrSystem" />
<application android:process="system"
android:persistent="true"