I have 2 Activities, each in seperate applications. Activity1 has a button the user can click and it calls the second activity using an intent in its onClick()
onClick()
It will happen if "singleInstance" flag is set when you launch the activity.