it\'s possible to disable/remove this photo confirmation dialog:
I need somehow skip this dialog but I still want use an Intent. I found this a
Intent
Use "android.intent.extra.quickCapture" in Intent.
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); intent.putExtra("android.intent.extra.quickCapture",true);