Created
May 30, 2023 18:39
-
-
Save oussama-dz/3c3e15263afe49b6dede51b914d53bc1 to your computer and use it in GitHub Desktop.
Permissions to get the precise user location for android apps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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