Andriod
Unsolved
General and Desktop
-
Hi friends,
I have andriod external application apk and i want to run that apk trough qt andriod apk.How can run can anybody give the solution.
-
You need to use Android Intents for that. Use JNI to create the intent, or perhaps you could use startActivity for that.