Closed mahdimortazavi closed 7 years ago
Hi @mahdimortazavi
The dialog you are trying to display should only be shown if the user rejects the permission once. That's called a rationale.
The dialog in the screenshot is the native Android permission dialog and there is nothing anyone can do to avoid showing it, it's in the framework. I recommend you to read carefully the section of our README that explains this a little more in depth.
Cheers and thanks for reporting!
Expected behaviour
show custom dialog with title , massage , ...
Actual behaviour
not show any custom dialog!!
Steps to reproduce
MainActivity
MyApplication Class
compileSdkVersion 25 buildToolsVersion "25.0.0" minSdkVersion 17 targetSdkVersion 25
Version of the library
compile 'com.karumi:dexter:2.3.1'