tags:

views:

3

answers:

1

hi all, pls let me know the cade for getting the current location of images that is captured and sending to the selected persons thank's in advance

A: 

IIRC the images from the camera are stored in /sdcard/DCIM/100MEDIA

To access the camera directly, use the Camera class: http://developer.android.com/reference/android/hardware/Camera.html

Cylindric