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

Remove continue asking permission on activity paused/resumed. #114

Closed pedrovgs closed 7 years ago

pedrovgs commented 7 years ago

As requested by some of our users and the team this PR fixes #113.

I've tested the sample app manually but I'm not really sure if the current implementation performs the expected effect. Could you double check the behavior when rotating the screen?

As this is a major breaking change we can release this PR in the future. If you want me to send a PR deprecating these two methods before to merge this PR just let me know.

pedrovgs commented 7 years ago

I've created another PR deprecating these methods we are going to remove. Take a look #115 and merge that branch before this one.

Serchinastico commented 7 years ago

This is great @pedrovgs . Thank you for the awseomeness!

Serchinastico commented 7 years ago

I'll merge this PR into a branch for v4.0.0, I still have to include a change in one of the listeners to release that version :+1: