Skip to content

Commit 1c778cf

Browse files
Update README.md (#1765)
1 parent 756b8d8 commit 1c778cf

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
@@ -72,7 +72,7 @@ Starting from Android 14 (SDK 34) you need to add the `FOREGROUND_SERVICE_LOCATI
7272
[FOREGROUND_SERVICE_LOCATION](https://developer.android.com/reference/android/Manifest.permission#FOREGROUND_SERVICE_LOCATION)
7373

7474
``` xml
75-
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION"
75+
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION">
7676
```
7777

7878
> **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).

0 commit comments

Comments
 (0)