我指的是https://github.com/googlesamples/android-FingerprintDialog
invalidatedByBiometricEnrollment
的角色还不够清楚。
if {@code false} is passed, the created key will not
be invalidated even if a new fingerprint is enrolled.
The default value is {@code true}, so passing
{@code true} doesn't change the behavior
(the key will be invalidated if a new fingerprint is
enrolled.). Note that this parameter is only valid if
the app works on Android N developer preview.
我们测试了几种情况。我们根据true
中不同的false
/ invalidatedByBiometricEnrollment
值进行了测试。是的,它们都产生相同的行为。
invalidatedByBiometricEnrollment
的值如何,应用程序都可以识别手指1和手指2。invalidatedByBiometricEnrollment
的值如何,应用程序都只能识别手指2。有人针对不同值invalidatedByBiometricEnrollment
进行测试吗?