Help needed regarding app asking permission

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:

  1. file - to read the data from file
  2. TinyDb - to store some state between app usage
  3. labels, checkbox, horizontal and vertical arrangements for app display
  4. 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?

Where is the file stored? Show your blocks.

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

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

2 Likes

True, I reported this bug myself some time ago. :upside_down_face:

1 Like

Found it. Will try using EFile. Thanks!

Update: EFile works fine and doesn't ask for permissions.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.