Hi,
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?