I'm looking to detect which finger is used for device authentication in Android Marshmallow. The callback used for getting the successful authentication is -
onAuthenticationSucceeded(FingerprintManager.AuthenticationResult result)
However I don't see how can I use the FingerprintManager.AuthenticationResult object to detect the finger used for authentication.
Any help is appreciated on this.