In my app users are able to make a photo with camera. And I start it using intents:
Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
Now when open camera lacks the gallery button which would allow user to pick one of existing images from his SD card. Is it possible to show this button?