summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
author Rubin Xu <rubinxu@google.com> 2020-07-15 15:49:42 +0100
committer Rubin Xu <rubinxu@google.com> 2020-07-15 15:50:14 +0100
commitac51bf8a40d24e23e09974cbd0da2d0ecd32fde9 (patch)
tree4649ff9f94510b428e181cbbda4b113b8c432c45 /api
parent944082eca5feede79e0dd0c6e8a892ef835c6872 (diff)
[DO NOT MERGE] Rollup changes from R related to CertInstaller and KeyChain
This change includes the following commits that are related to CertInstaller and KeyChain: 7a5c8fe4afd KeyChain: Unify manual and programmatic key installation flows a894225c7da Added functionality to select type of certificate to be installed from the Settings app a9131939a35 Add KeyChain.KEY_ALIAS_SELECTION_DENIED constant. 485be505f19 Fix KeyChain.KEY_ALIAS_SELECTION_DENIED Bug: 161347472 Test: builds & manual testing Change-Id: I560bade479b41a5b88f81ea6dfdecba689c2f4ad
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index fea1f2f4cac4..282b85ef2c80 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -41088,6 +41088,7 @@ package android.security {
field public static final String EXTRA_KEY_ALIAS = "android.security.extra.KEY_ALIAS";
field public static final String EXTRA_NAME = "name";
field public static final String EXTRA_PKCS12 = "PKCS12";
+ field public static final String KEY_ALIAS_SELECTION_DENIED = "android:alias-selection-denied";
}
public interface KeyChainAliasCallback {