以编程方式激活 GPS
我的应用程序需要打开 GPS,有什么方法可以检查 GPS 当前是否启用,如果没有,那么如何启用。 我使用的是安卓2.3
My application needs the GPS to be on, is there any way to check whether GPS is currently enabled or not and if not , then how to enable.
I am using android 2.3
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Android 不允许你这样做。您能做的最好的事情就是检查 GPS 是否已启用,如果未启用,请要求用户激活它。
您可以在此处了解如何了解 GPS 是否已启用:如何查明 Android 设备的 GPS 是否已启用
Android does not allow you to do that. The best thing you can do is checking if the GPS is enabled and if it's not, ask the user to activate it.
Here you can see how to know if the GPS is enabled: How do I find out if the GPS of an Android device is enabled
你可以这样做..检查一下
You can do it this way..check it out