I'm trying to create Android app with secure access to keystore with biometrics.
I'm using this samples:
https://developer.xamarin.com/samples/monodroid/FingerprintGuide/ https://developer.xamarin.com/samples/monodroid/android-m/FingerprintDialog/
Everything works as should but I want to use also screen lock (Password, PIN or pattern) as fallback option. Is it possible to use this fallback with FingerprintManager or new BiometricPrompt? When I'm trying to do this with iOS, there is automatic fallback for this
Thank You for any help.