I think, the confusion are the 2 different file scopes we have
- in the Screen properties the DefaultFileScope and
- the file scope of the file component
as @Anke already pointed out "endless times"
, btw. last time was here
unfortunately up to now without feedback from @ewpatton, still looking forward to it...
what we have to do currently (as far as I understand it) to get "it" running on all Android versions is
- in the Screen properties set the DefautlFileScope to
Legacyto get the correct permissions in the manifest and - set the File scope of the file component to what you need in your app, for example
a) if you like to store/read to/from shared storage, you set File Scope toShared
b) if you like to store/read to/from ASD, you set file scope toApp
Taifun