Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Improve Accuracy of Biometrics Availability Check #252

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Moussaddak
Copy link

Hi everyone,

The previous implementation of the biometrics availability check was inaccurate. It returned available = false even when the device supported biometrics, but the user had not enrolled their fingerprint or face ID. This change returns available = true and the error BIOMETRIC_ERROR_NONE_ENROLLED when the device supports biometrics, but the user has not enrolled their fingerprint or face ID. This allows this library to reliably determine biometrics availability, avoiding the need for external alternatives.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant