I am trying to display fingerprint unlock in my application! I am using the following sample
[1]: https://github.com/googlesamples/android-FingerprintDialog
It works but unable to get it into my code! Im getting compile error for
"ObjectGraph"!
My application should show a popup when there is a fingerprint option available and only if the user has already activated the fingerprint option if available on his phone! The sample works for only version:23.
Please suggest me what im missing anything or any sample code please!!