Is it necessary for gps to be enabled while getting location updates through Network_provider like:
locationManager.requestLocationUpdates(LocationManager.NETWORK_PROVIDER,0,0,listener);
while GPS of android device is disabled . . . ? ? ?
|
|
no , you just have to be connected through wi-fi or any network means. you have separate provider string for GPS e.g |
||||
|
|