i tried to take picture in my application by this way :
Using java Syntax Highlighting
- Intent intent = new Intent(
- android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
The problem is that i haven't sd card on my phone so i can't use the basic digital camera of android.
Can anyone help me to find a solution for that. Ideally i would like to use the digital camera like goggles application.
Thanks in advance.

