diff options
author | Rubin Xu <rubinxu@google.com> | 2021-02-17 22:47:20 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-02-17 22:47:20 +0000 |
commit | 5eeae4c716725be34b29ad019cfd0955288dc508 (patch) | |
tree | dd2c6fb6df084c9770f266bcb4f14a1c2bd7d7c0 /core/res | |
parent | bf8113b93dcb293f39fe5deb9c362e8aba0a4d1c (diff) | |
parent | 3b50d2808115edb030a97ee220095dfe977b87ae (diff) |
Merge "Add KeyChain Test API for the credential manager"
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/AndroidManifest.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index c5eb185b135a..d1e6111dc35f 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -3070,6 +3070,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 --> <!-- ========================================= --> |