From 7bddf5aa06e11117c623a4a44eab88df80084607 Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Thu, 29 Oct 2015 17:00:06 -0700 Subject: [PATCH] Allow verifier to grant permissions bug:25329324 Change-Id: I2ac01a983ad812df7725a0499a8d9b470a7ea481 --- 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 3eed0131d2a94..08bccc1905234 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2112,7 +2112,7 @@ + android:protectionLevel="signature|installer|verifier" />