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

am: 22d7f4c2ed

* commit '22d7f4c2eddef09e0ceb16aadff2860a184a68d8':
  Allow verifier to grant permissions
This commit is contained in:
Svetoslav Ganov
2015-11-02 19:45:17 +00:00
committed by android-build-merger

View File

@@ -2120,7 +2120,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.