• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps About start fingerprint.

yoni279

Lurker
Hey guys.
i'm trying to create application with a fingerprint for test to my self.
the first thing i wanna try is start the fingerprint for asking to me put my finger.
and if the finger is correct i will do a if/else thing for a fail/good message.

i read about the api fingerprint manager but i didn't understand anything.
i tried to do this:

Code:
    class Finger extends FingerprintManager.AuthenticationCallback
    {
        FingerprintManager.AuthenticationCallback fingerManager = new FingerprintManager.AuthenticationCallback() {

        };
    }

in the MainActivity.java file.
but nothing appears.
 
Back
Top Bottom