Android Camera Intent Geo-Tagging
We are utilizing the Intent.ACTION_IMAGE_CAPTURE
for开发者_运维百科 taking a new picture from within our app.
However, we would like to force geo-tagging
of the pictures.
Is there a way to set the intent to do this or does it rely solely on the default Camera app's setting to "Store Location"?
(Also, it would be nice if this worked for the ACTION_VIDEO_CAPTURE
intent as well...)
精彩评论