We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52273a9 + 221724c commit 09a0329Copy full SHA for 09a0329
OneSignalSDK/onesignal/location/src/main/AndroidManifest.xml
@@ -1,7 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+<manifest>
3
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"/>
+ <!-- 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 -->
7
</manifest>
0 commit comments