My app stopped loading images from my gallery yesterday on my Android device and I could not work out why as it was working ok for other users. I eventually found out that I've somehow turned off permissions for "Storage" in my device settings for the app.
I turned it on and it worked. But I can't see a CheckPermissions for Storage so there's no way for the app to check if it has permissions to access the gallery and load images.
When the permissions is off the app will still access the gallery but it won't load the image the user selects. With the storage permission off it probably shouldn't even access the gallery.
Any ideas on how I can get around this in the meantime?