Skip to content
Snippets Groups Projects
Commit aa0847ed authored by Rubin Xu's avatar Rubin Xu Committed by Automerger Merge Worker
Browse files

Merge "Add DPM.getKeyPairGrants()" am: 944e30cf

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1571062

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5e1b40fa34cd02b2e0b69668328687169456602e
parents 424cd636 944e30cf
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ interface IKeyChainService {
in byte[] privateKey, in byte[] userCert, in byte[] certChain, String alias, int uid);
boolean removeKeyPair(String alias);
boolean containsKeyPair(String alias);
int[] getGrants(String alias);
// APIs used by Settings
boolean deleteCaCertificate(String alias);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment