diff options
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 560b5f6c5cb0..a584f40be966 100644 --- a/api/current.txt +++ b/api/current.txt @@ -42808,10 +42808,11 @@ package android.security.keystore { method public String getKeystoreAlias(); method public int getOrigin(); method public int getPurposes(); + method public int getSecurityLevel(); method @NonNull public String[] getSignaturePaddings(); method public int getUserAuthenticationType(); method public int getUserAuthenticationValidityDurationSeconds(); - method public boolean isInsideSecureHardware(); + method @Deprecated public boolean isInsideSecureHardware(); method public boolean isInvalidatedByBiometricEnrollment(); method public boolean isTrustedUserPresenceRequired(); method public boolean isUserAuthenticationRequired(); |