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

Fatal Exception: java.lang.SecurityException #20

Closed
arshakavag92 opened this issue Jul 3, 2023 · 3 comments
Closed

Fatal Exception: java.lang.SecurityException #20

arshakavag92 opened this issue Jul 3, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@arshakavag92
Copy link

I'm having an issue using Community version of the library

Fatal Exception: java.lang.SecurityException
Must have USE_BIOMETRIC permission: Neither user {userId} nor current process has android.permission.USE_BIOMETRIC.

Currently the app is not using any biometric verification in it, however, I'm having this issue on some devices with Android 12 and Android 13

SDK Version: 7.0.0

@arshakavag92 arshakavag92 added the bug Something isn't working label Jul 3, 2023
@msikyna
Copy link
Member

msikyna commented Jul 26, 2023

Hello @arshakavag92 ,

we will look at the issue, thank you for reporting it!

Kind regards,
Talsec team

@xprikryl2
Copy link
Member

Hi @arshakavag92,

I've managed to reproduce this issue. Permissions USE_BIOMETRIC, USE_FINGERPRINT should be merged automatically from your dependencies. If the permission merging is disabled, the SecurityException occurs.

We're going to add a fix that will skip the biometric presence check if the permission is not declared in the manifest. The new release with this bug fix should be available soon. Thank you for reporting this bug.

Best regards,
Talsec Team

@msikyna
Copy link
Member

msikyna commented Aug 4, 2023

Hello @arshakavag92 ,
the issue has been solved in the new version: 8.0.4.

Kind regards,
Talsec team

@msikyna msikyna closed this as completed Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants