On the Samsung Galaxy S6, when taking a picture there is an option to use Pro Camera mode which gives access to various extra settings when taking a picture.
In my application when I launch the camera activity
Intent camera_intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
startActivityForResult(camera_intent, CAM_REQUEST);
I don't have the Pro camera mode available. Is there a way to have the pro mode in my app?