MainActivity:
Intent get_image_intent = new Intent(Intent.ACTION_PICK); get_image_intent.setType("image/*"); startActivityForResult(get_image_int