Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Override
- protected void onActivityResult(int requestCode, int resultCode, Intent data){
- if(requestCode == 1777 && resultCode == Activity.RESULT_OK){
- // Image path should be here
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement