Merge "Centralise logic for setting credential manager app" am: 353a2c4fde
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1549397 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id0b3bf391c8c6db22dd932b785b8de21dbb92d52
This commit is contained in:
@@ -60,7 +60,6 @@ interface IKeyChainService {
|
|||||||
byte[] getEncodedCaCertificate(String alias, boolean includeDeletedSystem);
|
byte[] getEncodedCaCertificate(String alias, boolean includeDeletedSystem);
|
||||||
List<String> getCaCertificateChainAliases(String rootAlias, boolean includeDeletedSystem);
|
List<String> getCaCertificateChainAliases(String rootAlias, boolean includeDeletedSystem);
|
||||||
void setCredentialManagementApp(String packageName, in AppUriAuthenticationPolicy policy);
|
void setCredentialManagementApp(String packageName, in AppUriAuthenticationPolicy policy);
|
||||||
void updateCredentialManagementAppPolicy(in AppUriAuthenticationPolicy policy);
|
|
||||||
boolean hasCredentialManagementApp();
|
boolean hasCredentialManagementApp();
|
||||||
String getCredentialManagementAppPackageName();
|
String getCredentialManagementAppPackageName();
|
||||||
AppUriAuthenticationPolicy getCredentialManagementAppPolicy();
|
AppUriAuthenticationPolicy getCredentialManagementAppPolicy();
|
||||||
|
|||||||
Reference in New Issue
Block a user