Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mainIntent

1152                 final Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
1153 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
1172 apps = packageManager.queryIntentActivities(mainIntent, 0);