Skip to content

Instantly share code, notes, and snippets.

@manofi21
Last active August 10, 2020 18:20
Show Gist options
  • Save manofi21/c2bd7bb413eb3dadf0f2da788f8321d1 to your computer and use it in GitHub Desktop.
Save manofi21/c2bd7bb413eb3dadf0f2da788f8321d1 to your computer and use it in GitHub Desktop.
give permission for maps in mobile

for location files: ../android/app/src/(debug | profile)/AndroidManifest.xml

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment