Home | History | Annotate | Download | only in launcher2

Lines Matching full:mainintent

1912             Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
1913 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
1916 pickIntent.putExtra(Intent.EXTRA_INTENT, mainIntent);