Home
last modified time | relevance | path

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

/development/apps/WidgetPreview/src/com/android/widgetpreview/
DWidgetPreviewActivity.java104 Intent selectIntent = new Intent(AppWidgetManager.ACTION_APPWIDGET_PICK); in startChooseActivity() local
105 selectIntent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, id); in startChooseActivity()
106 startActivityForResult(selectIntent, REQUEST_WIDGET); in startChooseActivity()