How can I programmatically check whether geo-tagging is enabled?

余生颓废 提交于 2019-12-13 16:07:31

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/6942252/how-can-i-programmatically-check-whether-geo-tagging-is-enabled

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!