OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pickimageintent
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
ThirdPartyWallpaperPickerListAdapter.java
76
Intent
pickImageIntent
= new Intent(Intent.ACTION_GET_CONTENT);
77
pickImageIntent
.setType("image/*");
79
pm.queryIntentActivities(
pickImageIntent
, 0);
Completed in 303 milliseconds