When should I use ACCESS_COARSE_LOCATION permission?
Do I also need the ACCESS_COARSE_LOCATION permission? No. What’s the use case where I need the coarse location? If you do not ask for ACCESS_FINE_LOCATION, but you need location data, and you are willing for that data to be fuzzy (say, up to around a city block from the user’s position). In the case of … Read more