(Choose 1 answer)
Which Intent action do you use to take a picture with a camera app?
A. Intent takePicture = new Intent(Intent.ACTION_VIEW);
B. Intent takePicture = new Intent(Intent.ACTION_MAIN);
C. Intent takePicture = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
D. Intent takePicture = new Intent(Intent.ACTION_GET_CONTENT);
the exam.