Hello Anke,
thank you for the explanations.
I still don't quite understand it.
Especially this statement:
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:maxSdkVersion="29" android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
So do I no longer need to set any permissions for Android versions 10 to 16, since the READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE permissions are already set by filescope=legacy?
Frank