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
According to @commonsware 's post
This intent is based on AOSP camera app
which may or may not be available in target device, for some 4.3 devices it may work while for some it wil not.
So better approach will be to use any open source library found at Android arsenal
(make sure they are also not based on AOSP
).