From 624e5b48615149578301d37f62dfe861b101836f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20=C4=8Eurech?= Date: Tue, 26 Sep 2023 09:26:36 +0200 Subject: [PATCH] Android: Improved documentation --- docs/PowerAuth-SDK-for-Android.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/PowerAuth-SDK-for-Android.md b/docs/PowerAuth-SDK-for-Android.md index 837e3f87..d1da50f5 100644 --- a/docs/PowerAuth-SDK-for-Android.md +++ b/docs/PowerAuth-SDK-for-Android.md @@ -1948,6 +1948,10 @@ powerAuthSDK.authenticateUsingBiometrics(context, fragment, "Sign in", "Use the }) ``` + +Note that you still should [Customize Biometric Dialog Resources](#customize-biometric-dialog-resources) to get a proper localized error message. + + #### Biometric Authentication Confirmation On Android 10+ systems, it's possible to configure `BiometricPrompt` to ask for an additional confirmation after the user is successfully authenticated. The default behavior for PowerAuth Mobile SDK is that such confirmation is not required. To change this behavior, you have to provide `PowerAuthKeychainConfiguration` object with `confirmBiometricAuthentication` parameter set to `true` and use that configuration for the `PowerAuthSDK` instance construction: