hu2di / android-fingerprint

Android Fingerprint API sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android-fingerprint

Android Fingerprint API sample

Testing on an Emulator

You could also test the app on an emulator:

Install Android SDK Tools Revision 24.3, if you have not done so.
Enroll a new fingerprint in the emulator by going to Settings ⇒ Security ⇒ Fingerprint, then follow the enrollment instructions.
Use an emulator to emulate fingerprint touch events with the following command. Use the same command to emulate fingerprint touch events on the lockscreen or in your app.
adb -e emu finger touch <finger_id>

About

About

Android Fingerprint API sample


Languages

Language:Java 100.0%