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.
Blackberry の内蔵 GPS 受信機をプログラムでオフにする方法を知っている人はいますか?
あなたができる最善の方法は、 LocationListener インターフェイスを介して、プログラムが位置に関心がなくなったことをシステムに通知することです。
locationProvider.setLocationListener(null, -1, -1, -1);
GPS へのアクセスは、JSR 179 によって管理されます。JSR 179 は、すべての位置データ要求を満たし、GPS ハードウェアを管理してサービスを提供します。