我正在开发一个需要指纹才能打开活动的Android应用程序.我刚注意到,当我使用指纹解锁手机时,在我的应用程序中扫描指纹的次数仅为4.
例如:
>手机已解锁
>使用指纹解锁手机
>打开我的指纹应用程序
>无法尝试扫描指纹超过4次
另一种情况:
>指纹应用程序已打开
>只接受5次尝试,app将不再尝试扫描指纹
>等待一段时间,同样,在一段时间内只接受5次尝试
这有解决方法吗?
最佳答案
我做了一些研究,发现了Android 6.0 Compatibility Definition Document.
原文链接:https://www.f2er.com/android/429993.html这在指纹传感器部分说明:
@H_403_26@Device implementations with a secure lock screen SHOULD include a fingerprint sensor. If a device
implementation includes a fingerprint sensor and has a corresponding API for third-party developers,
it:
MUST rate limit attempts for at least 30 seconds after 5 false trials for fingerprint
verification.
那么..我想目前还没有解决方法.