security - Using Android Fingerprint API to check if a new fingerprint has been added -
i doing testing of application uses android fingerprint authentication. app allows fingerprint authentication, possible add new fingerprint using lock screen pattern, , authenticate app using new fingerprint. notice google play store requires password reentry when new fingerprint has been added.
my question is: how can make use of fingerprint api check see if new fingerprint has been added implement same behavior in own application?
Comments
Post a Comment