Advertisement
radityakurnianto

AddItem

Oct 16th, 2014
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. @Override
  2.     protected void onActivityResult(int requestCode, int resultCode, Intent data){
  3.         if(requestCode == 1777 && resultCode == Activity.RESULT_OK){
  4.         // Image path should be here
  5.         }
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement