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
This commit is contained in:
Rubin Xu
2021-02-02 22:59:04 +00:00
parent 7ce00e0a16
commit 3b50d28081

View File

@@ -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 -->
<!-- ========================================= -->