and you can launch the main activity of an application by
Intent launchIntent = pm.getLaunchIntentForPackage(packageName); launchIntent.setFlags(Intent.FLAG_ACTIVIY_NEW_TASK|Intent.FLAG_ACTIVITY_NO_USER_ACTION); context.startActivity(launchIntent);
What I said it doesn't do much help is that you can only bring up an activity unless you know how to talk to it through its public interface.