Can I capture image in android and convert it to bitmap without overriding onActivityResult
Intent takePicture = new Intent();
takePicture.setAction(MediaStore.ACTION_IMAGE_CAPTURE);
Can I capture image in android and convert it to bitmap without overriding onActivityResult
Intent takePicture = new Intent();
takePicture.setAction(MediaStore.ACTION_IMAGE_CAPTURE);