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

Show snackbar when permission is denied #245

Closed ghost closed 4 years ago

ghost commented 4 years ago

Expected behavior

Should show a message (snackbar or anything else) when one or multiple permissions are denied.

Actual behavior

This feature is available for single permission only.

Steps to reproduce

Version of the library

latest one

pedrovgs commented 4 years ago

@jay-ph this is something you'll have to implement by yourself. Dexter only provides code needed to handle the approved or denied permissions. The code to show feedback to the user is up to you and your implementation details 😃