Awesome!
Please explain, why this is needed?
This extension is great. I tested it on my cell phone (Xiaomi A1) and it works excellent.
Thanks
Hi Ken, I tested the aia on my Samsung A8 Mobile and it works fine. Good work!
Impressive!
Thanks Ken
Hello,
I 'd like to include this FingerprintSensor extension in my new project.
Thanks and kind regards,
Rik.
The .aia & .aix are in the first post.
I added the .aix to the first post.
Does your device have a fingerprint sensor?
See also this topic
Taifun
no tengo ningรบn aplicativo con huellas dactilares serรก porque mi equipo ya es antiguo es un J7
de samsung probare con otro equipo que no este dentro de la lista mencionada
ยกLo extraรฑo es que todos los bloqueos ocurren solo en dispositivos Samsung!
galaxia j7 57%
SM-J327P 9%
Galaxia A5 7%
SM-G532F 7%
Galaxia J5 1%
Galaxy S6 Borde 1%
saludos
see this answer
it seems to be, a fix is necessary for Samsung devices
The Problem was caused by calling
fingerprintManager.hasEnrolledFingerprints()
I fixed it by adding a call to check for hardware before:
fingerprintManager.isHardwareDetected() && mFingerprintManager.hasEnrolledFingerprints()
Checking for fingerprints without the hardware available seems to cause this exception on some devices.
Taifun
Moto G60s under Android 12.
all had worked fine before Android was updated to 12
I get this error message:
Runtime Error
Must have android.permission.USE_BIOMETRIC permision.: Neither user 10336 nor current process has android.permision.USE_BIOMETRIC.
Any ideas?
Thanks in advance,
David
It looks like the extension needs an update... unfortunately @Ken is busy with real life...
As workaround you can modify the manifest and add the permission nanually...
Here is a guide
Taifun
Thanks Taifun for your fast answer.
The Companion works like Frankenstein: every time i make changes it presents me with the dialog with the error, but then it resumes in the following processes.
Final program APK works fine.
Cheers, David
then there is no issue...
the extension never worked together with the companion app
Taifun