I am using crop intent to crop the image,most of time it run fine,but sometime getting java.lang.SecurityException: Unable to find app for caller android.app.Application
In my case, i was passing a byteArray of a bitmap in a intent.
After seeing Roberto Lombardini's answer, I changed my code so that it could send the uri of the bitmap instead, and my problem was gone.