OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mainIntent
(Results
26 - 26
of
26
) sorted by null
1
2
/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
1
2