Android 指纹扫描仪,检测用于身份验证的手指

Gur*_*der 2 java android fingerprint android-6.0-marshmallow android-fingerprint-api

我正在寻找在 Android Marshmallow 中检测哪个手指用于设备身份验证。用于获取成功身份验证的回调是 -

onAuthenticationSucceeded(FingerprintManager.AuthenticationResult result)
Run Code Online (Sandbox Code Playgroud)

但是我不知道如何使用 FingerprintManager.AuthenticationResult 对象来检测用于身份验证的手指。

对此任何帮助表示赞赏。

Moo*_*oom 5

绝对没有办法做到这一点,也没有办法绕过它。对不起。

底层的指纹 API 是如此安全和锁定,而且它必须如此,因为它的数据可用于打开设备并对用户进行身份验证。