Questions regarding the use of the Fingerprint Authentication API, introduced in Android 6.0 Marshmallow (API level 23).
I am using this permission <uses-permission android:name="android.permission.USE_FINGERPRINT" /> to check if device has fingerprint …
android kotlin android-fingerprint-api