Hi, If I launch an intent using the following:
Intent i = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE, null); How can I find out the URL (not the bitmap) of the capture image? I think Camera does save it somehow in the phone, but how can I get the actual of the image capture so that I can use that to launch an Email intent Can you please try to help me? I have spent a week on this issue, I can't get it to work on G1 phone. I really really appreciate if people can help me on this. Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

