Our app request update location with LocationClient and IntentService. Location doesn\'t update at all if user disable wifi in phone settings.
We tried to test app
If someone is still wondering,
Google documentation says:
If you are using both NETWORK_PROVIDER and GPS_PROVIDER, then you need to request only the ACCESS_FINE_LOCATION permission, because it includes permission for both providers. Permission for ACCESS_COARSE_LOCATION allows access only to NETWORK_PROVIDER.