Hi,
I'm using Activity Starter to store images, and I'm running into a couple of issues. Is there any way to get the "Ask Permissions" popup to show every time the user clicks a button, up until they finally give permission?
Currently, they'll only be asked twice, and then even after closing the app and granting the necessary permissions, nothing happens - rather, the old message, "Error 908: The permission WRITE_EXTERNAL_STORAGE has been denied. Please enable it in the Settings app", pops up every time the "Add Image" button is pressed. The idea is that the user shouldn't be able to select an image unless WRITE permission has been granted.
Here are my blocks, if it helps:
Any help would be appreciated. TIA