Hi,

Is there a way for the Android native QFileDialog::getOpenFileName to pick up a file in my own app private files (/Android/data/com.company.appname/files) ? On Android 11 and up I can see only Android/media.

If I use my own filepicker based on QFileSystemModel then I can see all my "private" files but of course I cannot see any "URI" type elsewhere.

Alternatively should I create a DocumentsProvider just to allow users to pick up a file in my sandbox from my app ?

Thanks in advance
Philippe Lelong
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to