Skip to content

Commit

Permalink
android: Fixed incomplete documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Sep 23, 2024
1 parent e1c8460 commit df9589d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit df9589d

Please sign in to comment.