I want to use Android Finger Print Scanner API in my Android application.But as I am I found, I need to have android marshmallow OS to use this feature.
I also downloaded sample app from android official site, and they have also mentioned min required sdk as 23.
So is that mean that, I cant use this API before 23?
Even trustworthy Reference of CommonsWare suggests its not possible
http://stackoverflow.com/questions/32563262/fingerprint-scanner-support-for-lower-android-versions
If I am right that, its must have android marshmallow to support finger print scanner, How can I provide support of Finger Print Scanner function to pre marshmallow?