From 0bae1f55e3fa32380298297201f46e0ad31dd3a8 Mon Sep 17 00:00:00 2001 From: Pinyao Ting Date: Mon, 31 Oct 2022 10:51:31 -0700 Subject: [PATCH] Grant Launcher permission to access AppSearch This CL grants aosp launcher the permission to access appsearch to fetch data that are explicitly made visible to the app that uses the HOME role. One concrete example are shortcuts, with this CL aosp launchers will now have the permission to query shortcuts directly from appsearch. Bug: 254383738 Test: manual Change-Id: I1a2260c7bde0d52fedff38ae56572101d51abdef --- AndroidManifest-common.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml index 02b83fe889..951be4e54e 100644 --- a/AndroidManifest-common.xml +++ b/AndroidManifest-common.xml @@ -43,7 +43,8 @@ - + +