Searched refs:selectIntent (Results 1 – 1 of 1) sorted by relevance
104 Intent selectIntent = new Intent(AppWidgetManager.ACTION_APPWIDGET_PICK); in startChooseActivity() local105 selectIntent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, id); in startChooseActivity()106 startActivityForResult(selectIntent, REQUEST_WIDGET); in startChooseActivity()