We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
你好,未使用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 errMsgId, CharSequence errString) { super.onAuthenticationError(errMsgId, errString); onFailed(errMsgId == 7); // FingerprintManager.FINGERPRINT_ERROR_LOCKOUT } }, null);
The text was updated successfully, but these errors were encountered:
加一下CryptoObject更安全,考虑一下吧,亲
Sorry, something went wrong.
No branches or pull requests
你好,未使用CryptoObject,可以考虑加一下吗?
在AndroidFingerprint的authenticate 的第1个参数
mFingerprintManagerCompat.authenticate(null, 0, mCancellationSignal, new FingerprintManagerCompat.AuthenticationCallback() {
@OverRide
public void onAuthenticationSucceeded(FingerprintManagerCompat.AuthenticationResult result) {
super.onAuthenticationSucceeded(result);
onSucceed();
}
The text was updated successfully, but these errors were encountered: