Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. imagePlus.setOnClickListener(new OnClickListener() {
  2.  
  3. @Override
  4. public void onClick(View v) {
  5. startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("content://media/external/images/media")));
  6. }
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement