如何以编程方式关闭 Blackberry 上的 GPS
有谁知道如何以编程方式关闭黑莓内部 GPS 接收器?
Does anyone know how to programmatically turn off the Blackberry internal GPS receiver?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您能做的最好的事情就是通过 LocationListener 接口通知系统您的程序不再对位置感兴趣:
对 GPS 的访问是通过 JSR 179 进行管理的,它满足所有位置数据请求并管理 GPS 硬件以提供服务。
The best you can do is inform the system that your program is no longer interested in positions via the LocationListener interface:
Access to the GPS is managed through JSR 179 which satisfies all location data requests and manages the GPS hardware to provide service.