Grant SysUI SET_WALLPAPER_DIM_AMOUNT permission to set the lock screen

dimming.

Test: manual
Bug: 202841384
Change-Id: I8c514a7939fcf37d7bb9167ffabffb7169d12dac
This commit is contained in:
Vania Desmonda
2022-01-17 11:48:02 +00:00
parent 491bd1a6fb
commit 044774b829

View File

@@ -156,6 +156,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" />