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

Commit fa98fc5e authored by Aurélien Pomini's avatar Aurélien Pomini Committed by Android (Google) Code Review
Browse files

Merge "Add AMBIENT_WALLPAPER to shell permissions"

parents 8579d532 d080a8aa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -360,6 +360,9 @@
    <!-- Permission needed to test wallpaper dimming -->
    <uses-permission android:name="android.permission.SET_WALLPAPER_DIM_AMOUNT" />

    <!-- Permission needed to test wallpapers supporting ambient mode -->
    <uses-permission android:name="android.permission.AMBIENT_WALLPAPER" />

    <!-- Permission required to test ContentResolver caching. -->
    <uses-permission android:name="android.permission.CACHE_CONTENT" />