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

Commit aef405d8 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Allow wallpaper picker to work.

Change-Id: I379f25e0e8e372d72c0a89e71ccd584a5dbb3648
parent 7433e8ae
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"