FingerprintRecognition icon indicating copy to clipboard operation
FingerprintRecognition copied to clipboard

指纹识别,除了api>=23的支持指纹识别的设备,还支持api<23的具有指纹识别硬件支持的设备(前提是这些设备兼容了Google官方的标准接口),部分厂商(魅族,三星等)低版本需要接入他们的SDK进行适配

Results 1 FingerprintRecognition issues
Sort by recently updated
recently updated
newest added

成功的情况调了2次onAuthenticationHelp和一次onAuthenticationSucceeded,helpMsgId分别是2和4,helpString都为空。顺序是onAuthenticationHelp(helpMsgId=2),onAuthenticationSucceeded,onAuthenticationHelp(helpMsgId=4)