Maruf_Hasan

Untitled

Dec 20th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //intent to gallery;
  2.  
  3. Intent galleryIntent=new Intent();
  4. galleryIntent.setAction(Intent.ACTION_GET_CONTENT);
  5. galleryIntent.setType("image/*");
  6. startActivityForResult(galleryIntent,GalleryPick);
Advertisement
Add Comment
Please, Sign In to add comment