Want to hide face and iris scan from biometric dialog (some Android10 and 11 devices) #338
Unanswered
iamitksharma
asked this question in
Q&A
Replies: 1 comment
-
This could probably a feature request if someone wants to work on this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Want to hide face and iris scan from biometric dialog. Same to implement in native, I tried
import androidx.biometric.BiometricManager.Authenticators.BIOMETRIC_STRONG
and for BiometricPrompt:
val promptInfo = BiometricPrompt.PromptInfo.Builder()
But same tried to implement fingureprint-aio repository but not able to succeed. Can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions