I need to push an intent to default camera application to make it take a photo, save it and return an URI. Is there any way to do this?
try this code
Intent photo= new Intent("android.media.action.IMAGE_CAPTURE"); startActivityForResult(photo, CAMERA_PIC_REQUEST);