From 7ce00e0a16036e5079a8f861b1a6787bd85a5644 Mon Sep 17 00:00:00 2001 From: Rubin Xu Date: Sun, 10 Jan 2021 15:33:05 +0000 Subject: Centralise logic for setting credential manager app Bug: 179180345 Test: atest KeyChainTests Test: m RunKeyChainRoboTests Change-Id: I4290bccf5ae04de0d84c7091729e86704b937295 Merged-In: I4290bccf5ae04de0d84c7091729e86704b937295 --- keystore/java/android/security/IKeyChainService.aidl | 1 - 1 file changed, 1 deletion(-) (limited to 'keystore') diff --git a/keystore/java/android/security/IKeyChainService.aidl b/keystore/java/android/security/IKeyChainService.aidl index a9d4094d5245..f708298a2cbd 100644 --- a/keystore/java/android/security/IKeyChainService.aidl +++ b/keystore/java/android/security/IKeyChainService.aidl @@ -60,7 +60,6 @@ interface IKeyChainService { byte[] getEncodedCaCertificate(String alias, boolean includeDeletedSystem); List getCaCertificateChainAliases(String rootAlias, boolean includeDeletedSystem); void setCredentialManagementApp(String packageName, in AppUriAuthenticationPolicy policy); - void updateCredentialManagementAppPolicy(in AppUriAuthenticationPolicy policy); boolean hasCredentialManagementApp(); String getCredentialManagementAppPackageName(); AppUriAuthenticationPolicy getCredentialManagementAppPolicy(); -- cgit v1.2.3