标签: android locationmanager
我正在使用Android位置管理器查找设备位置:
locManager.getLastKnownLocation
我没有实现LoationListener,它运行正常。 但我重置了我的设备的位置设置,并且getLastKnownLocation开始为网络和gps返回null。
我只需要一次设备位置,而不是定期更新。那么如何解决这个问题而不需要实现LoationListener