Skip to content

Commit 44e411b

Browse files
committed
Remove ACCESS_COARSE_LOCATION permission
Require developers to add ACCESS_COARSE_LOCATION to their AndroidManifest themselves. This is done to avoid the location permission requirement for those who use the com.onesignal:OneSignal package like our wrapper SDKs. This change reverts back to the player model behaviour
1 parent c5f48ad commit 44e411b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 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

44
<!-- At a minimum the location module requires course permission, the app has the option
55
to also include ACCESS_FINE_LOCATION and/or ACCESS_BACKGROUND_LOCATION -->
6-
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
76
</manifest>

0 commit comments

Comments
 (0)