summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Svetoslav Ganov <svetoslavganov@google.com> 2015-11-02 19:33:44 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2015-11-02 19:33:44 +0000
commitcfa233eefb5b77c96a3239a5a51f381a7f0722c9 (patch)
tree81e7e4220996febb5c8a36d4b51e07c0e573406d
parent3b1c6e03f67ba8e4a4f4a98e996c7ceabf36affa (diff)
parent7bddf5aa06e11117c623a4a44eab88df80084607 (diff)
Merge "Allow verifier to grant permissions" into mnc-dr-dev
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 3eed0131d2a9..08bccc190523 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -2112,7 +2112,7 @@
<!-- Allows an application to grant specific permissions.
@hide -->
<permission android:name="android.permission.GRANT_RUNTIME_PERMISSIONS"
- android:protectionLevel="signature|installer" />
+ android:protectionLevel="signature|installer|verifier" />
<!-- Allows an app that has this permission and the permissions to install packages
to request certain runtime permissions to be granted at installation.