Android: If both GPS & Network are requested at the same time, network provider doesn't work

前端 未结 0 1549
别跟我提以往
别跟我提以往 2021-01-07 01:53
if (gps_enabled)
    _locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0, locationListenerGps);
if (network_enabled)
    _locationManager.requ         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题