Skip to content

Commit 09a0329

Browse files
shepherd-ljinliu9508
authored andcommitted
Merge pull request #1949 from OneSignal/removeAccessCoarseLocation
Remove ACCESS_COARSE_LOCATION permission
2 parents 52273a9 + 221724c commit 09a0329

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2+
<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 -->
6-
<uses-permission android:name="android.permission.ACCESS_COARSE_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 -->
76
</manifest>

0 commit comments

Comments
 (0)