我正在尝试通过Google的FusedLocationProviderApi订阅位置更新。我想在后台接收更新,这样即使应用程序被杀死我也会收到更新。尽我所能遵循在线文档,我编写了以下代码。注意:这是在Intent服务中完成的,而不是在UI线程上完成的,这就是我使用阻塞连接/结果方法的原因。privatevoidstartLocationServices(StringdeviceId,intpollingInterval){Log.i(TAG,"Startinglocationserviceswithinterval:"+pollingInterval+"ms");PowerManage