Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aad093b6 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by android-build-merger
Browse files

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

Merge "Allow verifier to grant permissions" into mnc-dr-dev am: cfa233ee am: 22d7f4c2 am: 6423c0a2
am: bd416854

* commit 'bd416854':
  Allow verifier to grant permissions
parents 1662ccc9 bd416854
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2127,7 +2127,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.