在 Android 10 设备中,生物识别提示一直BiometricPrompt.ERROR_CANCELED
在锁定屏幕顶部失败。onAuthenticationError
类回调中返回错误BiometricPrompt.AuthenticationCallback
。解锁设备时,生物特征提示身份验证正在工作。
当 setDeviceCredentialAllowed 设置为 true 时,是否可以在 Android 10 的设备锁定屏幕上完成生物识别提示身份验证?
更新:问题仅在 setDeviceCredentialAllowed 设置为 true 时出现。即,如果在 BiometricPrompt 中将 Devicekeyguard 作为后备,则身份验证无法在锁定屏幕上运行。