Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //intent to gallery;
- Intent galleryIntent=new Intent();
- galleryIntent.setAction(Intent.ACTION_GET_CONTENT);
- galleryIntent.setType("image/*");
- startActivityForResult(galleryIntent,GalleryPick);
Advertisement
Add Comment
Please, Sign In to add comment