BIOMETRIC_ERROR_HW_UNAVAILABLE 的可能原因是什么?

时间:2021-06-16 11:55:12

标签: android androidx biometrics android-biometric-prompt android-biometric

我从代码中找到了这个定义

/**
 * The user can't authenticate because the hardware is unavailable. Try again later.
 */
public static final int BIOMETRIC_ERROR_HW_UNAVAILABLE = 1;

由于对于设备没有硬件的情况已经有了BIOMETRIC_ERROR_NO_HARDWARE,并且BIOMETRIC_ERROR_HW_UNAVAILABLE的定义有“稍后再试”,所以看起来BIOMETRIC_ERROR_HW_UNAVAILABLE意味着硬件在那里。它只是暂时不可用。如果是这种情况,可能的原因是什么?

0 个答案:

没有答案
相关问题