Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Intent showThumbnail = new Intent(Intent.ACTION_VIEW);
  2. showThumbnail.setDataAndType(Uri.fromFile(pictureFile), "image/*");
  3. v.getContext().startActivity(showThumbnail);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement