You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
Very nice idea to put all granted permissions into one collection.
I am just wondering 'when' to check the permissions. Gathering data during
onCreate
inApplication
class results with a fixed collection. My idea would be to check for permissions usingActvityLifecycleMonitor
after everyonResume
?The text was updated successfully, but these errors were encountered: