我从代码中找到了这个定义
/**
* 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
意味着硬件在那里。只是目前不可用。如果是这样,可能的原因是什么?