I am using my Samsung S5 G900F(API 23, ANDROID 6.0.1) to test the latest Android Fingerprint API.
I tried to build Google Sample project https://github.com/googlesamples/android-FingerprintDialog
But I am facing some problems
mFingerprintManager.hasEnrolledFingerprints() 
This always returns false. I have double checked on Settings that I have enrolled my fingerprint and I am using Fingerprint to unlock my device.
I had also tried this function
mFingerprintManager.isHardwareDetected() 
which also returns false.
Does this mean my Samsung S5 (which got its offical 6.0.1 update) is not supported or I am missing something?
 
     
     
    