草庐IT

LocationLister

全部标签

在 IntentService 中实现的 Android LocationLister 从不执行 OnLocationChanged() 方法

我编写了一个实现LocationListener接口(interface)的IntentService。首次调用OnLocationChanged()方法时,服务应发送一条消息。但是永远不会调用OnLocationChanged()。这是我的代码:publicclassMyIntentServiceextendsIntentServiceimplementsLocationListener{privateintresult=Activity.RESULT_CANCELED;protectedMessengermMessenger;protectedLocationManagermLoc