Question about Files, Scopes and Android Levels (US and EU)

I think, the confusion are the 2 different file scopes we have

  1. in the Screen properties the DefaultFileScope and
  2. the file scope of the file component

as @Anke already pointed out "endless times" :sweat_smile:, 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

  1. in the Screen properties set the DefautlFileScope to Legacy to get the correct permissions in the manifest and
  2. 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 to Shared
    b) if you like to store/read to/from ASD, you set file scope to App

Taifun