Android M fingerprint scanner on Android Emulator

前端 未结 6 672
刺人心
刺人心 2020-12-29 03:00

I want to ask how should I test my fingerprint authentication on Android Emulator?

I was trying to use

adb -e emu finger touch [finger_id]

6条回答
  •  时光说笑
    2020-12-29 03:40

    It works as follows:

    telnet 127.0.0.1 5554 followed by finger touch 1 for instance. You can give any random number to test it out.

提交回复
热议问题