Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02541fe6 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 27351 into eclair

* changes:
  Allow wallpaper picker to work.
parents 4b35d699 aef405d8
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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"