From 290869ce96400afe16c5e2223a091a71f7d6125b Mon Sep 17 00:00:00 2001 From: William Loh Date: Mon, 9 Jan 2023 18:48:49 +0000 Subject: [PATCH] make GET_APP_METADATA permission usable by PC Add installer protection level so that it can be used by PermissionController Bug: 252811917 Test: atest android.packageinstaller.install.cts.InstallAppMetadataTest Change-Id: I07d3a311ff5047a64b453321d26faa36fe9b2ac3 --- core/res/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 31ae0aa40252c..5136fcbab7dd6 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -6986,7 +6986,7 @@ @hide --> + android:protectionLevel="signature|installer" />