-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Thanks for this class. The beauty of simplicity.
There seems to be a bug when showing the permission request to the user on the splash screen. If the user cleans his dialog and opens again the app, this secod time, the permissionHelper.check() method automatically executes 'success' and assumes to be granted, without showing the dialog again and without actually having the permission granted.
In this way, clearing the screen and reopening the app in the same point (i.e. moving the app to background and back to foreground) we can navigate the app skipping the dialogs until the final security crash.
Reactions are currently unavailable