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:
@@ -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 -->
|
||||
<!-- ========================================= -->
|
||||
|
||||
Reference in New Issue
Block a user