It seems com.android.camera.action.CROP
isn't reliable, since it's an internal API and is not available on every device. However, I find this library quite practical. It works great on my Galaxy Nexus.
Should I really be thinking on implementing my own solution? Am I taking too much a risk by using com.android.camera.action.CROP
? Moreover, in some devices, it opens up google + crop photo which crashes later.
Finally, are there any open libraries out there I could use that would accomplish the same thing, and be safe to use on any android device?