From e45606d6c66019ef4d0dea6fcf5eb50b57276868 Mon Sep 17 00:00:00 2001 From: Chad Brubaker Date: Mon, 6 Mar 2017 13:14:01 -0800 Subject: [PATCH] Expose ACCESS_INSTANT_APPS to the verifier The package verifier needs to be able to see Instant Apps in order to do its job. It already sees them on first install so no new information about what Instant Apps are installed is leaked. Test: builds Change-Id: I5d892b2d7aa820a9c0c00ac357f20a3210cf3395 --- 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 5bfcda37294d7..c2a2e690238d2 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -3226,7 +3226,7 @@ + android:protectionLevel="signature|installer|verifier" />