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

How to know if the user clicked "Never show me again" after deny? #252

Closed egek92 closed 4 years ago

egek92 commented 4 years ago

I want to display a dialog in which case

pedrovgs commented 4 years ago

You can find this property in the callback parameter invoked when the native permission dialog is closed. Please, let me know if this answered your question.