diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 71b5ead005759bf9787dd6723c6aeb401838c3a4..04ee6349f11d90d4d4b68186ef96b84e9fdac83f 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -3077,6 +3077,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 --> <!-- ========================================= -->