Android FingerPrint API isHardwareDetected returns false for Samsung Note 4
I am trying to implement a FingerPrint scanner in my application.
I followed it below: http://www.techotopia.com/index.php/An_Android_Fingerprint_Authentication_Tutorial
On Samsung Note 4 FingerPrintManager isHardwareDetected () returns false even though I have successfully registered two fingerprints from settings.
Do any of you know what could be the reason? Thank.
source to share
The problem is the implementation of the fingerprint scanner on some older Samsung phones like the S5 and Note 4.
Check out this link Android M FingerprintManager.isHardwareDetected () returns false on Samsung Galaxy S5 to see an example of how you can achieve this using ssk ssk.
You can also refer to http://img-developer.samsung.com/onlinedocs/sms/pass/index.html for documentation about pass sdk.
source to share