Skip to content

Commit

Permalink
Merge pull request #1949 from OneSignal/removeAccessCoarseLocation
Browse files Browse the repository at this point in the history
Remove ACCESS_COARSE_LOCATION permission
  • Loading branch information
shepherd-l authored Dec 28, 2023
2 parents 52ea988 + 230980a commit 5796b70
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions OneSignalSDK/onesignal/location/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<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 -->
<uses-permission android:name="android.permission.ACCESS_COARSE_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 5796b70

Please sign in to comment.