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

Commit fb65afa1 authored by Vikram Gaur's avatar Vikram Gaur
Browse files

Add android permission for BIND_RKP_SERVICE

Bug: 336976105
Test: Tested in CF
Flag: EXEMPT High-sev security bug
Change-Id: I40b7ca355df175d9767e7bd099d8c3cbfe9c273b
parent 1016e4b8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4697,6 +4697,11 @@
    <permission android:name="android.permission.REQUEST_UNIQUE_ID_ATTESTATION"
         android:protectionLevel="signature" />

    <!-- Allows an application to use the RemoteKeyProvisioningService.
         @hide -->
    <permission android:name="android.permission.BIND_RKP_SERVICE"
                android:protectionLevel="signature" />

    <!-- Allows an application to get enabled credential manager providers.
         @hide -->
    <permission android:name="android.permission.LIST_ENABLED_CREDENTIAL_PROVIDERS"