Karumi / Dexter

Android library that simplifies the process of requesting permissions at runtime.
http://karumi.com
Apache License 2.0
5.23k stars 671 forks source link

[DEBUG] Fix permission request callback on Android < 5.0 #159

Closed bastienpaulfr closed 7 years ago

bastienpaulfr commented 7 years ago

Hi,

Here is another bug i have found. Method onRequestPermissionsResult is never called on Android previous L.

This commit fix this.

Thanks