diff options
| author | 2023-12-11 23:32:19 +0000 | |
|---|---|---|
| committer | 2023-12-20 19:12:59 +0000 | |
| commit | 3d9822a7a8b6cd98f6783e68e09c7c156b592792 (patch) | |
| tree | fd5aaff5fc32797621b81d296ac009cf30e55c64 | |
| parent | 7d960039f9014daf2110f134b6619017ead34752 (diff) | |
Grant set wallpaper dim amount permission to Wallpaper Picker (4/5)
Grant permission needed for the new WallpaperManager method
getWallpaperColors, to prepare for enabling color preview in the
multi-crop UI.
Flag: ACONFIG com.android.wallpaper.multi_crop_preview_ui_flag DEVELOPMENT
Bug: 315856338
Test: manually verified
Change-Id: Ied82df73e7f3d3573b01ecf7335824c37cfd2662
| -rw-r--r-- | data/etc/privapp-permissions-platform.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index c6f920f55c07..b9efe65d2754 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -575,6 +575,7 @@ applications that come with the platform <permission name="android.permission.SET_WALLPAPER_COMPONENT"/> <permission name="android.permission.BIND_WALLPAPER"/> <permission name="android.permission.CUSTOMIZE_SYSTEM_UI"/> + <permission name="android.permission.SET_WALLPAPER_DIM_AMOUNT"/> </privapp-permissions> <privapp-permissions package="com.android.dynsystem"> |