For my app I have to send a mail with a photo (I’m using a webservice to do that).
I’d like to know if there are some Android phones that does not produce jpg file with the camera (such as png file).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think every device should support JPEG images, because the description of the
method says that only raw and postview callbacks may be null.
On the other side, you may always call
to see what picture formats are supported.