标签: android android-service
我在服务中使用location listerner,并且我已经覆盖了onLocationChanged(Location)方法。现在我希望无论何时第一次调用此方法,我想停止服务。所以请告诉我该怎么做
onLocationChanged(Location)
答案 0 :(得分:1)
从onLocationChanged方法调用stopSelf(假设服务本身实现了该接口)。
onLocationChanged
stopSelf