2
使用LocationListener
開發位置感知Android應用程序時,是否必須在應用程序完成之前調用LocationManager.removeUpdates()
?Android LocationListener:removeUpdates是否必要?
或者更一般地說,在Looper
通過LocationManager.requestLocationUpdates()
退出之前是否必須致電LocationManager.removeUpdates()
?
LocationManager
是否自動發現Looper
不再有效,並且位置更新不再需要?如果是,如何?如果沒有,它會一直盲目更新(並耗盡電池)嗎?