HomeSort by relevance Sort by last modified time
    Searched defs:mainIntent (Results 26 - 26 of 26) sorted by null

12

  /development/samples/Home/src/com/example/android/home/
Home.java 486 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
487 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
489 final List<ResolveInfo> apps = manager.queryIntentActivities(mainIntent, 0);

Completed in 201 milliseconds

12