Search code examples
javaandroidfingerprintandroid-fingerprint-api

How to get the finger print result with-out authenticating from Fingerprint-manager?


I want to use the fingerprint scanner(default in android M device), but I don't want to use any authentication, I just want to take the result of the finger and send that result to middle-ware.Is it possible with the default fingerprint scanner or any library to return the unique finger results.

In Middle-ware they will store the result based on the finger results and do process based on the results.If it possible with any library let me know.


Solution

  • No, you cannot. As far as i know there is no way or an api for doing this. The main idea of this is to keep the fingerprint protected and not to share it over an network.

    Hope it helps.