Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Make it clear that developers have to add the access location permission to their AndroidManifest for the location module to work
  • Loading branch information
shepherd-l committed Dec 28, 2023
1 parent b3997fe commit 230980a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OneSignalSDK/onesignal/location/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest>

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

0 comments on commit 230980a

Please sign in to comment.