I am experiment with an app that is making a quiz with the data in a file that I have added to my app data. I am using the following components:
file - to read the data from file
TinyDb - to store some state between app usage
labels, checkbox, horizontal and vertical arrangements for app display
some buttons
I would think the app won't request any permissions from users but after install when opened the first time, it asks for permission to access photos, media and files on device. Things work fine if I allow. Is this expected? Where can I find more details about the permissions that I should expect for different components?
the built in file component asks for permission regardless of where the file is stored...
my guess is you stored the file in the assets of the app?
for this purpose you might want to use the EFile Extension by @vknow360, this is a copy of the MIT App Inventor file component, without requesting permissions