I am using my Samsung S5 G900F (API 23, ANDROID 6.0.1) to test the latest Android fingerprint API.
I tried to create a Google Sample project https://github.com/googlesamples/android-FingerprintDialog
But I ran into some problems
mFingerprintManager.hasEnrolledFingerprints()
This always returns false. I double-checked Settings that I registered my fingerprint, and I use Fingerprint to unlock my device.
I also tried this function
mFingerprintManager.isHardwareDetected()
which also returns false.
Does this mean that my Samsung S5 (which received its official update 6.0.1) is not supported or something is missing?
android-6.0-marshmallow android-studio android-fingerprint-api
Faisal khalid
source share