2

I spent some time searching for an answer by myself, but couldn't find a solution.

Is it possible to check programmatically in my App, if the option for geo-tagging pictures in the settings of the camera-app (which I use) is activated or not?

sondra.kinsey
  • 583
  • 7
  • 18
frido
  • 21
  • 1
  • 4

1 Answers1

0

I looked through the Camera.Parameters Javadoc but didn't find any relevant methods. I don't think it is possible to do that programmatically unless you re-implement com.android.camera.

Jason Plank
  • 2,336
  • 5
  • 31
  • 40
  • Thanks for your effort. Seems like i have to read the tags of the pictures taken and write the GPS-coordinates manually, if the tags are empty. – frido Nov 13 '11 at 23:11