Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Allow verifier to grant permissions
Browse files Browse the repository at this point in the history
bug:25329324

Change-Id: I2ac01a983ad812df7725a0499a8d9b470a7ea481
  • Loading branch information
sganov authored and The Android Automerger committed Nov 2, 2015
1 parent e3e2c70 commit 4ff3b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/res/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4ff3b61

Please sign in to comment.