Is there any way to test android face recognition provided by BiometricPrompt
on an emulator?
I know of the command:
adb -e emu finger touch
but this is only for fingerprint authentication.
Is there any way to test android face recognition provided by BiometricPrompt
on an emulator?
I know of the command:
adb -e emu finger touch
but this is only for fingerprint authentication.
You could connect your webcam to your emulator to test the face recognition. Try following the steps in this post: https://stackoverflow.com/a/30792615/7703505