Closed oseparovic closed 8 years ago
Hi @oseparovic
I just tried with the last version sample project and looks like its working fine. After manually denying the storage permission, Dexter shows the rationale dialog.
Let me ask you some questions to try to narrow down the issue:
onPermissionRationaleShouldBeShown
listener method? You should always call the continuePermissionRequest
method to proceed with the request flow as described here.100% my bad. Didn't call continuePermissionRequest
in onPermissionRationaleShouldBeShown
as you pointed out.
Thank you for the quick reply!
Expected behaviour
Denied permission brings up dialog to accept permission again when relevant action is performed
Actual behaviour
Denied permission is seen as granted even after app is killed and restarted
Steps to reproduce
Version of the library
compile 'com.karumi:dexter:2.3.1' targetSdkVersion 23 Android 6.0.1 OnePlus 3