Imageview does not keep the selected image after changing activity
I have a MainActivity and a EditActivity, Main shows default info, then it can be changed on EditActivity which sends new info to MainActivity. Edit has a ImageView “@+id/edit_profile_picture”, and a button “@+id/changephotobutton” to change the image with ACTION_GET_CONTENT, passing uri from EditActivity to MainActivity works and image is correctly setted on @+id/main_profile_picture, but when I get again into the EditActivity the @+id/edit_profile_picture is emptyl. If I save changes using action_save the picture I set before stills in MainActivity.