如何以编程方式检查是否启用了地理标记?
我花了一些时间自己寻找答案,但找不到解决方案。
是否可以在我的应用程序中以编程方式检查相机应用程序(我使用的)设置中的地理标记图片选项是否已激活?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我查看了 Camera.Parameters Javadoc 但没有找到任何相关方法。我认为除非您重新实现
com.android.camera
,否则不可能以编程方式做到这一点。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
.