how to get the current location of the captured images in android and sending it?
pls let me know the cade fo开发者_如何学运维r getting the current location of images that is captured and sending to the selected persons thank's in advance
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
精彩评论