Merge "Allow verifier to grant permissions" into mnc-dr-dev

This commit is contained in:
Svetoslav Ganov
2015-11-02 19:33:44 +00:00
committed by Android (Google) Code Review

View File

@@ -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.