My boss asked me to prove that my application behaves properly when summoned by another application (dunno why he asked that).
So I have two apps here, one launches a second one. How I launch the specific app I want? Using Intent launch seemly any generic app that reaches a certain goal, not the app I really want.
Give this a try.
I should point out that
com.exampleshould be the package of your second application (the one you want to call) andcom.example.YourSecondappis the class name where you have your onCreate() method.