Hello All,
Is there any way to ask android to authenticate the user (pin, pattern, password, whatever the user has chosen) and then receive the result.
I don't want, of course, know the password, pint etc, and of course google has this data protected. I just want to say to android, via intent, perhaps,
to authenticate the user, so I can use that method in my APP.
Can it be done ?
This class replaces FingerprintManager (https://www.b4x.com/android/forum/threads/fingerprint-authentication.72500/#content). It works with all the device supported biometric authentication features. Setup: 1. Open B4A Sdk Manager, search for biometric and install androidx.biometric:biometric...
www.b4x.com
I don't know about PINs or pattherns - maybe someone else does.