I was using com.android.camera.action.CROP for cropping after taking pic using camera.
Below was my code which used to work earlier before 4.3.
Inten
I've tried a couple of croppers. Especially the ones as referred by commonsware are not maintained very well. For example pictures taken with rotation data in the meta info are not well rotated. I've found this one: https://android-arsenal.com/details/1/3487 and its great. Note: make sure you add the activity with an actionbar theme!