Android: Capture and Crop an Image
One line: Intent cropIntent = new Intent(“com.android.camera.action.CROP”);
Great tutorial from mobile tuts+: http://mobile.tutsplus.com/tutorials/android/capture-and-crop-an-image-with-the-device-camera/