I developed an app using QT 5.15 that need to read some kind of files in Android Download folder. All it's OK until Android 9. In Android 10 I added the manifest flag "requestLegacyExternalStorage=true" and it works. From Android 11 I can't access any files in Download folder. Only my app generated files can be read. But I need to import files downloaded from email or Google Drive.
This is related to the new Scoped storage policy but I can't find any example for QT.
Please help me!
Thanks
Use Storage Access Framework ACTION_OPEN_DOCUMENT to let the user select a file from Download directory.