super();
super.onCreate(arguments); mIntent.setClassName(getContext(), "com.android.launchperf.EmptyActivity"); start();
Calls LaunchApp and finish. super.onStart(); LaunchApp(); finish(Activity.RESULT_OK, mResults);
super.onStart(); LaunchApp(); finish(Activity.RESULT_OK, mResults);