Android Question fingerprint manager fail event

mc73

Well-Known Member
Licensed User
Longtime User
Should't this
B4X:
@Override
   public void onAuthenticationFailed() {
       super.onAuthenticationFailed();
       BA.Log("fail");
       }
contain this line too
B4X:
ba.raiseEvent(this, "auth_complete", false, 0, "");
or am I missing something?
Thank you.
 

mc73

Well-Known Member
Licensed User
Longtime User
Do you see the "fail" message in the logs?
Of course, time to time, I get a fail. So I thought it would be OK to return a false from there. Because when I'm using a wrong finger, I get the "fail" log.
 
Upvote 0
Top