You will have to add the Intent handling routines into the Native Activity and then call into NativeCode NativeActivity to process them (or do it all in java, but that is not what QT is all about.)
Remember that NativeActivity for QT code is on a different thread than Dalvik Code, you need some thread safe code as well in C++. Also, you will have to register the intent handlers likely to your Manifest.XML as well, or maybe in raw java code. md On 6/27/2014 1:22 PM, Jason H wrote: > Is this possible? > -- > Sent from my Android phone with GMX Mail. Please excuse my brevity. > > Jason H <jh...@gmx.com> wrote: > > I had to go Android SDK for a project because the Qt support fell short. > > Now I'm starting on the next project... How can I use the SDK app's > intents in the new app that I want to do in Qt? The new app expands > on the old app's features. So basically I want a Qt app to use the > intents of the SDK app. > > _______________________________________________ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > > > > _______________________________________________ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest