Home | History | Annotate | Download | only in launcher2

Lines Matching full:pickintent

1888             Intent pickIntent = new Intent(Intent.ACTION_PICK_ACTIVITY);
1889 pickIntent.putExtra(Intent.EXTRA_INTENT, mainIntent);
1890 pickIntent.putExtra(Intent.EXTRA_TITLE, getText(R.string.title_select_application));
1891 startActivityForResultSafely(pickIntent, REQUEST_PICK_APPLICATION);