Home | History | Annotate | Download | only in launcher2

Lines Matching refs:pickIntent

1870             Intent pickIntent = new Intent(Intent.ACTION_PICK_ACTIVITY);
1871 pickIntent.putExtra(Intent.EXTRA_INTENT, mainIntent);
1872 pickIntent.putExtra(Intent.EXTRA_TITLE, getText(R.string.title_select_application));
1873 startActivityForResultSafely(pickIntent, REQUEST_PICK_APPLICATION);