3

I am trying to make espresso test for fingerprint reading. It is possible for emulator test with such

Runtime.getRuntime().exec("adb -e emu finger touch 1");

However this same code is not working on real devices. What is the way to do fingerprint reader on espresso test for real devices?

bkm
  • 225
  • 2
  • 4
  • 14

1 Answers1

0

I'm sorry but, as far as I know, this is not possible with real devices.