Any sample please
Can all apps get "All files access"? (like apk files non-shared and out of play store?)
and after getting "All files access" or "access to a storage folder" can i use file addres like this
File.Combine(File.DirRootExternal,"mySelectedfolderOrAppFolder/subfolder/file.zip")
or
File.ListFiles()
and other File methods...?
what about android 10 ? should i use just android:requestLegacyExternalStorage="true"
in manifest and its fine?`