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 12ec274 + 5ab1e6f commit 1f9d32dCopy full SHA for 1f9d32d
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