I am using the Camera code base from https://github.com/rasmuschristensen/XamarinFormsImageGallery to open camera, take picture and show in the gallery. In the droid project, after taking the picture, the dialog asks either to keep the photo or discard it using OK and Retry button. Is there anyway, I can avoid this step and go to next step.
Regards