Skip to content

Commit 5ab1e6f

Browse files
shepherd-ljinliu9508
authored andcommitted
Update comment
Make it clear that developers have to add the access location permission to their AndroidManifest for the location module to work
1 parent 31ff561 commit 5ab1e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest>
33

4-
<!-- At a minimum the location module requires course permission, the app has the option
5-
to also include ACCESS_FINE_LOCATION and/or ACCESS_BACKGROUND_LOCATION -->
4+
<!-- At a minimum the location module requires the app to include ACCESS_COARSE_LOCATION,
5+
with the option to also include ACCESS_FINE_LOCATION and/or ACCESS_BACKGROUND_LOCATION -->
66
</manifest>

0 commit comments

Comments
 (0)