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

Fix #136 android.content.res.Resources$NotFoundException #139

Closed mibrito707 closed 7 months ago

mibrito707 commented 4 years ago

Fix the application crash when trying to get a resource by using an invalid application package name when the user resumes the app . The reason is that all plugin data, which was kept in memory, had been erased because OS had killed the application while this was on background. This PR gracefully close the Fingerprint dialog when plugin data is unrecoverable.