googlesamples / easypermissions

Simplify Android M system permissions
https://firebaseopensource.com/projects/googlesamples/easypermissions/
Apache License 2.0
9.87k stars 1.46k forks source link

how to disable rationale dialog? #250

Closed huangjim closed 6 years ago

samtstern commented 6 years ago

@huangjim this is intentionally not possible. EasyPermissions was built to make it simple to follow the recommended permissions UX flow, which includes a rationale dialog.

If you don't want that dialog, you'll have to use the regular Android permissions API.