From df9589d1ea15f070cc13fe6da6a6a471abd1f930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20=C4=8Eurech?= Date: Mon, 23 Sep 2024 13:10:00 +0200 Subject: [PATCH] android: Fixed incomplete documentation --- .../powerauth/sdk/PowerAuthKeychainConfiguration.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/proj-android/PowerAuthLibrary/src/main/java/io/getlime/security/powerauth/sdk/PowerAuthKeychainConfiguration.java b/proj-android/PowerAuthLibrary/src/main/java/io/getlime/security/powerauth/sdk/PowerAuthKeychainConfiguration.java index ffd5239d..c6eff790 100644 --- a/proj-android/PowerAuthLibrary/src/main/java/io/getlime/security/powerauth/sdk/PowerAuthKeychainConfiguration.java +++ b/proj-android/PowerAuthLibrary/src/main/java/io/getlime/security/powerauth/sdk/PowerAuthKeychainConfiguration.java @@ -127,7 +127,9 @@ public boolean isAuthenticateOnBiometricKeySetup() { /** * Get whether fallback to shared, legacy biometry key is enabled. By default, this is enabled for the compatibility - * reasons. If + * reasons. If set, then {@code PowerAuthSDK} does additional lookup for a legacy biometric key, previously shared + * between multiple {@code PowerAuthSDK} object instances. + * * @return {@code true} if fallback to shared, legacy biometry key is enabled. */ public boolean isFallbackToSharedBiometryKeyEnabled() {