You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As i know, with ACCESS_FINE_LOCATION you are able to access GPS as well as the network.
In other words, ACCESS_FINE_LOCATION automatically implies ACCESS_COARSE_LOCATION.
I just did some more research, which confirmed my initial description. ACCESS_COARSE_LOCATION should not have an effect. Maybe other apps request ACCESS_COARSE_LOCATION if you don't grant ACCESS_FINE_LOCATION.
But it could be that my location request algorithm is improvable.
Maybe we should change the Criteria in LocationUtils.RequestNewLocation.
This needs some tests.
Hi. Could you add the permission "ACCESS_COARSE_LOCATION" (not only the GPS, even the network)?
The text was updated successfully, but these errors were encountered: