From f910c27ce4bb2f00a0ff4891a38fae6ba6ddfdd1 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 12 Nov 2023 20:28:43 +0100 Subject: [PATCH] Drop stale warning about Android background location updates --- geolocator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geolocator/README.md b/geolocator/README.md index 78e462618..76246e9e6 100644 --- a/geolocator/README.md +++ b/geolocator/README.md @@ -62,7 +62,7 @@ On Android you'll need to add either the `ACCESS_COARSE_LOCATION` or the `ACCESS ``` -Starting from Android 10 you need to add the `ACCESS_BACKGROUND_LOCATION` permission (next to the `ACCESS_COARSE_LOCATION` or the `ACCESS_FINE_LOCATION` permission) if you want to continue receiving updates even when your App is running in the background (note that the geolocator plugin doesn't support receiving and processing location updates while running in the background): +Starting from Android 10 you need to add the `ACCESS_BACKGROUND_LOCATION` permission (next to the `ACCESS_COARSE_LOCATION` or the `ACCESS_FINE_LOCATION` permission) if you want to continue receiving updates even when your App is running in the background: ``` xml