Is it possible to customize android's camera crop intent view ? How to create a custom view like the image in this link?
Thanks
Is it possible to customize android's camera crop intent view ? How to create a custom view like the image in this link?
Thanks
Try This:
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
intent.putExtra("crop", "true");