I am trying to launch an android applications from native code.
In adb shell we can launch applications using \"am\" command.
Link:
How to run (not o
you should use system() family method ,first it will fork child process and invoke shell then return,so it will not block android main thread