From d8d5e37aa6d873f1aad063b1a55b31fe2a4312a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Etienne=20Th=C3=A9odore?= Date: Tue, 10 Jun 2025 16:39:18 +0200 Subject: [PATCH] Update README.md --- geolocator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geolocator/README.md b/geolocator/README.md index a3c0518e..0767b424 100644 --- a/geolocator/README.md +++ b/geolocator/README.md @@ -72,7 +72,7 @@ Starting from Android 14 (SDK 34) you need to add the `FOREGROUND_SERVICE_LOCATI [FOREGROUND_SERVICE_LOCATION](https://developer.android.com/reference/android/Manifest.permission#FOREGROUND_SERVICE_LOCATION) ``` xml - ``` > **NOTE:** Specifying the `ACCESS_COARSE_LOCATION` permission results in location updates with an accuracy approximately equivalent to a city block. It might take a long time (minutes) before you will get your first locations fix as `ACCESS_COARSE_LOCATION` will only use the network services to calculate the position of the device. More information can be found [here](https://developer.android.com/training/location/retrieve-current#permissions).