FingerprintIdentify icon indicating copy to clipboard operation
FingerprintIdentify copied to clipboard

:+1: Android Fingerprint Verification SDK

Results 5 FingerprintIdentify issues
Sort by recently updated
recently updated
newest added

It is totally working fine in foreground service upto android 11. It starts giving do not match callback on android 12 in foreground service. Please fix the issue.

Hi No handling for FINGERPRINT_ERROR_USER_CANCELED, so application can't find out about cancelling (so no ability to re-enable identifiing). I propose to extend IdentifyListener() with onCancel() method

你好,未使用CryptoObject,可以考虑加一下吗? 在AndroidFingerprint的authenticate 的第1个参数 mFingerprintManagerCompat.authenticate(null, 0, mCancellationSignal, new FingerprintManagerCompat.AuthenticationCallback() { @Override public void onAuthenticationSucceeded(FingerprintManagerCompat.AuthenticationResult result) { super.onAuthenticationSucceeded(result); onSucceed(); } @Override public void onAuthenticationFailed() { super.onAuthenticationFailed(); onNotMatch(); } @Override public void onAuthenticationError(int...

https://github.com/uccmawei/FingerprintIdentify/tree/1.2.6/FingerprintIdentifyLib/libs has binaries without source code nor license. Can you provide that, please? They prevent apps from being open source.