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.

0


source to share


2 answers


I'm afraid the Note 4 doesn't support the Fingerprint API (Samsung Fingerprint only). You should try your code with a different device if possible.



+1


source


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.

0


source







All Articles