I am distributing an app using Android’s fingerprint authentication device.
When attempting fingerprint authentication with the FingerPrintManager class on the SM-A716S terminal, error code 1004 is returned as a callback.
What does this error code mean and what is the solution?
I know that error codes 1000 or higher are manufacturer error codes. Is that correct?
Did you try using the BiometricPrompt class for Fingerprint authentication? It seems the FingerPrintManager class has been deprecated for a while now so it might no longer be supported.