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

Commit 3b50d280 authored by Rubin Xu's avatar Rubin Xu
Browse files

Add KeyChain Test API for the credential manager

(Cut down version)
* Add permission to manage credential
  management app, which is to be used in
  CTS tests

Bug: 179180345
Test: atest android.devicepolicy.cts.CredentialManagementAppTest
Change-Id: I8487ebc13758a31639d55c8e380faa51d1cfd843
Merged-In: I8487ebc13758a31639d55c8e380faa51d1cfd843
parent 7ce00e0a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3054,6 +3054,11 @@
    <permission android:name="android.permission.CHANGE_OVERLAY_PACKAGES"
        android:protectionLevel="signature|privileged" />

    <!-- Allows an application to set, update and remove the credential management app.
         @hide -->
    <permission android:name="android.permission.MANAGE_CREDENTIAL_MANAGEMENT_APP"
        android:protectionLevel="signature" />

    <!-- ========================================= -->
    <!-- Permissions for special development tools -->
    <!-- ========================================= -->