Skip to content

Commit 1bf9103

Browse files
authored
Drop stale warning about Android background location updates (#1375)
1 parent 4df6afd commit 1bf9103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geolocator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ On Android you'll need to add either the `ACCESS_COARSE_LOCATION` or the `ACCESS
6262
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
6363
```
6464

65-
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):
65+
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:
6666

6767
``` xml
6868
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />

0 commit comments

Comments
 (0)