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

Commit 46888e3d authored by Vania Desmonda's avatar Vania Desmonda
Browse files

Grant SET_WALLPAPER_DIM_AMOUNT permission to shell

Test: atest
Bug: 202841384
Change-Id: I25956393d5291f3b8f49bacead579975466e150e
parent 42ce00e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -392,6 +392,7 @@ applications that come with the platform
        <permission name="android.permission.CONTROL_KEYGUARD_SECURE_NOTIFICATIONS"/>
        <permission name="android.permission.SET_WALLPAPER" />
        <permission name="android.permission.SET_WALLPAPER_COMPONENT" />
        <permission name="android.permission.SET_WALLPAPER_DIM_AMOUNT" />
        <permission name="android.permission.REQUEST_NOTIFICATION_ASSISTANT_SERVICE" />
        <!-- Permissions required for Incremental CTS tests -->
        <permission name="com.android.permission.USE_INSTALLER_V2"/>
+3 −0
Original line number Diff line number Diff line
@@ -341,6 +341,9 @@
    <uses-permission android:name="android.permission.SET_WALLPAPER" />
    <uses-permission android:name="android.permission.SET_WALLPAPER_COMPONENT" />

    <!-- Permission needed to test wallpaper dimming -->
    <uses-permission android:name="android.permission.SET_WALLPAPER_DIM_AMOUNT" />

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