Using :
Intent intent = new Intent("android.media.action.IMAGE_CAPTURE");
startActivityForResult(intent, GET_IMAGE_FROM_CAMERA);is possibile to run the camera capture application, but I didn't understand how get the image file info or data on onActivityResult. somebody know how do it ? thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

