HomeSort by relevance Sort by last modified time
    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