From 85d920cbd3b3eb90a1f591b021add9fea56a7fbf Mon Sep 17 00:00:00 2001 From: Santiago Etchebehere Date: Wed, 22 Feb 2023 13:30:07 -0800 Subject: Add permissions for default AOSP wallpaper picker app We need CUSTOMIZE_SYSTEM_UI to query for SysUI Flags to determine the app's capabilities, and to get the tests to work properly. Bug: 267185017 Test: atest WallpaperPicker2Tests Change-Id: Icd446ec0125cfd9687271ca0e8cfaa325a79ae6f --- data/etc/privapp-permissions-platform.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index caa118a409f5..e1c9b3c121f8 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -517,6 +517,12 @@ applications that come with the platform + + + + + + -- cgit v1.2.3-59-g8ed1b