Re: [Development] Create native FileDialog for Android

2018-08-10 Thread Mathias Hasselmann
Heya, The general approach to this kind of tasks is to: - add your own Android activity that extends org.qtproject.qt5.android.bindings.QtActivity - have that activity provide a public method doing all the native Android calls - and to finally invoke this method from C++ via QtAndroid::a

[Development] Create native FileDialog for Android

2018-08-10 Thread Denis Shienkov
Hi guys, Is it possible to add an own code to use the Android's native file picker dialog? For example, I want (I think) to use a following framework (it introduced to Android since v4.4): https://developer.android.com/guide/topics/providers/document-provider But a problem is that an Androi