Dear all,

I'm trying to port existing application to Android, iOS and Windows platforms. The application needs the user to select an image and on my first trial I discovered that Qt for Android uses some sort of its own dialog. Is there is a way to use the standard Android image selector (Gallery app I guess) in Qt app? If not, can I somehow write a small piece of Android code, execute it from Qt and get the filename of selected image?

Thank you in advance