BiometricPrompt.authenticate()
函数在 A20s (android 9) 等三星设备中返回错误代码 11 (ERROR_NO_BIOMETRICS),同时用户已注册指纹,并且canAuthenticate(Authenticators.BIOMETRIC_WEAK)
返回 0 (BIOMETRIC_SUCCESS) 表示设备生物识别硬件可用并已注册。
我正在使用库版本'androidx.biometric:biometric:1.2.0-alpha03'
任何解决方案?