googlearchive / android-FingerprintDialog

Migrated:
https://github.com/android/security
Apache License 2.0
1.38k stars 477 forks source link

requestPermissions is not needed #13

Closed keiji closed 9 years ago

thagikura commented 9 years ago

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 9 years ago

:+1:

thagikura commented 9 years ago

Fixed by #14