From 8fd347c4f58220e088b4f44d88ac8c5a62a7e03e Mon Sep 17 00:00:00 2001 From: Alex Buynytskyy Date: Wed, 21 Apr 2021 11:04:05 -0700 Subject: [PATCH] Fix protection level for USE_INSTALLER_V2 permission. Use the same as for android.permission.INSTALL_PACKAGES. Bug: 186000084 Fixes: 186000084 Test: build/flash and check that vending has both permissions Change-Id: I3c8563031e4c5aa3371a36fcb3f5900cb92eda0a --- 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 0e1f6de86ac7e..87f9823451e92 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -4104,7 +4104,7 @@ @hide --> + android:protectionLevel="signature|privileged" />