mjwheatley / cordova-plugin-android-fingerprint-auth

A cordova plugin for fingerprint authentication using the hardware fingerprint scanner on devices running Android 6+
Apache License 2.0
169 stars 131 forks source link

Re:Permission denied alert coming while using cordova-plugin-android-fingerprint-auth #122

Closed Arunraj93 closed 5 years ago

Arunraj93 commented 6 years ago

the error coming as permission denied how i solve this issue

mjwheatley commented 5 years ago

Make sure the USE_FINGERPRINT permission is specified in the AndroidManifest.xml This line should have been added by the plugin, but if not make sure to copy it there.

<uses-permission android:name="android.permission.USE_FINGERPRINT" />