Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mainIntent

1198             Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
1199 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
1202 pickIntent.putExtra(Intent.EXTRA_INTENT, mainIntent);