I am trying to allow a user to select an image, either from the gallery or by taking a picture with the camera. I tried this:
Intent imageIntent = new Intent(Intent.ACTION_GET_CONTENT);
imageIntent.setType("image/*");
startActivityForResult(Intent.createChooser(imageIntent, "Select Picture"), GET_IMAGE_REQUEST);
but it automatically displays the gallery without even providing an option to choose an activity. It seems like there should be some better way to accomplish this than the solution given in this question. Is that really the only way do it?
rotateOrientationCall
and small things like that), but it's working really well ^^ – Gaytan