How can I programmatically check whether geo-tagging is enabled?
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 n开发者_开发问答ot?
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
.
精彩评论