Fix KeyChain.KEY_ALIAS_SELECTION_DENIED
Remove the UUID suffix from the constant to make it less confusing. Bug: 142347719 Test: compile Change-Id: I6e73f1ef71c30c5b4388931abc8e431eaede6ece
This commit is contained in:
@@ -40856,7 +40856,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 = "alias-selection-denied-ef829e15-210a-409d-96c9-ee684fc41972";
|
||||
field public static final String KEY_ALIAS_SELECTION_DENIED = "android:alias-selection-denied";
|
||||
}
|
||||
|
||||
public interface KeyChainAliasCallback {
|
||||
|
||||
@@ -350,7 +350,7 @@ public final class KeyChain {
|
||||
* access manually.
|
||||
*/
|
||||
public static final String KEY_ALIAS_SELECTION_DENIED =
|
||||
"alias-selection-denied-ef829e15-210a-409d-96c9-ee684fc41972";
|
||||
"android:alias-selection-denied";
|
||||
|
||||
/**
|
||||
* Returns an {@code Intent} that can be used for credential
|
||||
|
||||
Reference in New Issue
Block a user