googlearchive/android-FingerprintDialog

requestPermissions is not needed

Closed this issue · 3 comments

keiji commented
requestPermissions is not needed

Hi,

Thanks for the report. But actually the issue title seems not correct, it works on Android 6.0, but requestPermissions is not needed (i.e. onRequestPermissionsResult is called with the condition the permissions is already granted).

Anyway, deleting the code calling requestPermissions looks fine. Let's discuss it at your pull request #14

Thanks.

keiji commented

👍

Fixed by #14