Currently implementing a fingerprint authentication following this tutorial where a KeyguardManager
is instanciated to :
[...] verify that a backup screen unlocking method has been configured (in other words a PIN or other authentication method can be used as an alternative to fingerprint authentication to unlock the screen).
Question : I was wondering if it was really necessary to have a KeyguardManager
to use fingerprint authentication.
Thanks,