I am passing image url to the following method
private void performCrop(Uri imageUri){
try {
Intent intent = new Intent(\"com.android.camera.
Android all devices does not have a cropping intent according @CommonsWare http://commonsware.com/blog/2013/01/23/no-android-does-not-have-crop-intent.html
so better is to use libraries
some of them are:
https://github.com/jdamcd/android-crop
https://github.com/IsseiAoki/SimpleCropView
https://android-arsenal.com/details/1/3054