I\'m trying to do a picture from my application. I can launch the camera and do the picture, but when has finish to do the picture my app crash. I can see in my screen that my G
No, Android Does Not Have a Crop Intent
Many developers are calling startActivity() on an Intent with an action of com.android.camera.action.CROP. They are doing this to crop an image.
startActivity()
com.android.camera.action.CROP
This is a really bad idea.
Source here - CommonsBlog