Is there an Intent for starting a camera with options to capture both Pictures and Videos on Android?
I\'ve used both MediaStore.ACTION_VIDEO_CAPTURE and MediaStore.
I could capture both image and video by using the below code.
Intent intent = new Intent(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA);