Merge "Grant SysUI SET_WALLPAPER_DIM_AMOUNT permission to set the lock screen dimming."

This commit is contained in:
Vania Desmonda
2022-01-20 08:55:45 +00:00
committed by Android (Google) Code Review

View File

@@ -153,6 +153,9 @@
<!-- Needed for WallpaperManager.clear in ImageWallpaper.updateWallpaperLocked -->
<uses-permission android:name="android.permission.SET_WALLPAPER"/>
<!-- Needed for WallpaperManager.getWallpaperDimAmount in StatusBar.updateTheme -->
<uses-permission android:name="android.permission.SET_WALLPAPER_DIM_AMOUNT"/>
<!-- Wifi Display -->
<uses-permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" />