Category "android-biometric"

PackageManager.FEATURE_FINGERPRINT always returns false on API 23

I am using Fingerprint authentication in my app. To decide whether a device has a fingerprint hardware or not I am using this getPackageManager().hasSystemFeatu

How to listen the cancel event from confirmation screen of a biometric prompt?

I'm implementing the latest Biometric prompt in my app and made the Confirmation required true. While doing facial recognition it prompts for user confirmation

How to check support of Touch ID, Face Id ,Password and pattern lock in React-Native

I have implemented a react-native-fingerprint-scanner, it's working for Touch Id. Now I wanted to add authentication for Touch ID, Face Id, Passcode for both p