-
-
Notifications
You must be signed in to change notification settings - Fork 528
Open
Description
It's possible to get if the device supports fingerprint authentication with getSupportedBiometryType()
but the keychain item doesn't use the fingerprint authentication (or provide options for doing so).
Looking at
Line 71 in c4b2b4d
//.setUserAuthenticationRequired(true) // Will throw InvalidAlgorithmParameterException if there is no fingerprint enrolled on the device |
The code is commented out. I've tried playing with this feature and uncommenting the code and even passing if the device supports fingerprint auth as an extra argument to encrypt.
However I can't get it working and there's nothing in the logs to suggest what is wrong.
jenskuhrjorgensen
Metadata
Metadata
Assignees
Labels
No labels