Intent intent = new Intent("com.android.camera.action.CROP"); intent.setDataAndType(data.getData(), "image/*"); //intent.putExtra("aspectX", 1); //intent.putExtra("aspectY", 1); intent.putExtra("scale", true); intent.putExtra( "return-data", false ); File path = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES); intent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.parse("file..