OSDN Git Service

Allow wallpaper picker to work.
authorDianne Hackborn <hackbod@google.com>
Mon, 28 Sep 2009 00:05:46 +0000 (17:05 -0700)
committerDianne Hackborn <hackbod@google.com>
Mon, 28 Sep 2009 00:05:46 +0000 (17:05 -0700)
Change-Id: I379f25e0e8e372d72c0a89e71ccd584a5dbb3648

core/res/AndroidManifest.xml

index 9cf5324..60a2ecb 100644 (file)
         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"