I have been testing my Android application that uses device camera to capture photo. This application is working fine in all the devices except Samsung Galaxy s3.
The problem is that I am not getting any image after capturing using default camera.
Could anyone help me if one had same issue and resolved it?
Thanks in advance.
Edit
Strange I download PhotoIntentActivity code and it is also not working. It is working for small photo, but when pass URI the same issue.
Thanks all for your response. However I found the solution. I changed my photo capture activity config from manifest file to
I will go through the document once again for complete understanding, however right now it is working fine.