Hello,
I am using Qt 5.12.3 to make an android application that open and save files. I used the QFileDialog class of Qt. When i use QFileDialog::getOpenFileName(), i get a desktop widget that is not exploitable in android (image below).
Is it a way to show a native android file dialog ?
Thank you,