am 10146f23: am 02541fe6: Merge change 27351 into eclair

Merge commit '10146f239ca4c6300fa2513b3da0e34ad3a27fb4'

* commit '10146f239ca4c6300fa2513b3da0e34ad3a27fb4':
  Allow wallpaper picker to work.
This commit is contained in:
Dianne Hackborn
2009-09-28 10:02:18 -07:00
committed by Android Git Automerger

View File

@@ -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"