Skip to content

Instantly share code, notes, and snippets.

@oussama-dz
Created May 30, 2023 18:39
Show Gist options
  • Save oussama-dz/3c3e15263afe49b6dede51b914d53bc1 to your computer and use it in GitHub Desktop.
Save oussama-dz/3c3e15263afe49b6dede51b914d53bc1 to your computer and use it in GitHub Desktop.
Permissions to get the precise user location for android apps.
<uses-permission android:name="android.permission.INTERNET"/>
<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