Home
last modified time | relevance | path

Searched refs:mainIntent (Results 1 – 1 of 1) sorted by relevance

/pdk/apps/HelloPDK/src/com/example/android/helloPDK/
DMainActivity.java61 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in getData() local
62 mainIntent.addCategory(Intent.CATEGORY_SAMPLE_CODE); in getData()
65 List<ResolveInfo> list = pm.queryIntentActivities(mainIntent, 0); in getData()