FingerprintAuthHelper
FingerprintAuthHelper copied to clipboard
A small library that allows You to easily manage fingererprint authentication inside your Activity or Fragment on devices with fingerprint scanner and Android M and higher. Min sdk 14
In may this library won't be available from JCenter: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Please migrate this library to some other repository
in [FahManager](https://github.com/pro100svitlo/FingerprintAuthHelper/blob/master/fingerprintauthhelper/src/main/kotlin/com/pro100svitlo/fingerprintAuthHelper/FahManager.kt#L45) : ``` private var fingerprintManager: FingerprintManager = c.getSystemService(FingerprintManager::class.java) ```` Now `c.getSystemService(FingerprintManager::class.java)` is annotated as `Nullable` thus could return `null` and cause NPE. SDK sources: ``` public final @Nullable...
For some reason only on S9 and S8 I saw this behavior. Since the listener must be started on UI thread this causes a poor UX. I tested with several...
when I start authonticating the fingerprint and when I put an app in the background the authontication cancel message is given .
my code is working well with oneplus 3, but when i try debugging in Oppo F1 plus mFAH.isHardwareEnable() returns false