Android:如何防止 GPS 自动禁用
我们创建了一个小应用程序,可以告诉您的位置。在某些设备上,如果没有 GPS 卫星信号(在房屋、隧道、地下),它会搜索一段时间,然后停止,不再搜索。所以在一段时间后它会自动禁用。我怎样才能防止这种情况发生?
We created a small app, that tells your location. On some devices, if there is no signal to gps satellites (in a house, tunnel, underground) it is searching for a while, then it stops and never searches again. So it is disables automatically after some time. How can I prevent this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您好,请检查这篇文章以编程方式启用和禁用 GPS 希望您能得到一些想法/帮助
如何在 Android 上以编程方式启用或禁用 GPS?
如何以编程方式在 Android Cupcake 中启用 GPS
退出程序时以编程方式关闭 GPS
hi check this post for enabling and disable the gps programmtically hope you get some idea/help
How can I enable or disable the GPS programmatically on Android?
How to programmatically enable GPS in Android Cupcake
Turn off GPS programmatically when i exit my program