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:
in the MainActivity.java file.
but nothing appears.
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.