When to check for the permissions
pjakubczyk opened this issue · 1 comments
pjakubczyk commented
Very nice idea to put all granted permissions into one collection.
I am just wondering 'when' to check the permissions. Gathering data during onCreate
in Application
class results with a fixed collection. My idea would be to check for permissions using ActvityLifecycleMonitor
after every onResume
?
tajchert commented
👍 sounds very good, would love pull request - if not maybe in December I will find some spare time for that.