Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何以编程方式关闭黑莓内部 GPS 接收器?
您可以做的最好的事情是通过 LocationListener 接口通知系统您的程序不再对位置感兴趣:
locationProvider.setLocationListener(null, -1, -1, -1);
通过 JSR 179 管理对 GPS 的访问,该 JSR 179 满足所有位置数据请求并管理 GPS 硬件以提供服务。