OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:selectintent
(Results
1 - 1
of
1
) sorted by null
/development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java
104
Intent
selectIntent
= new Intent(AppWidgetManager.ACTION_APPWIDGET_PICK);
105
selectIntent
.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, id);
106
startActivityForResult(
selectIntent
, REQUEST_WIDGET);
Completed in 66 milliseconds