Skip to content

Instantly share code, notes, and snippets.

@qichuan
Created July 14, 2021 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qichuan/39822ab200a9fb0ef4c28d0ba2cb2144 to your computer and use it in GitHub Desktop.
Save qichuan/39822ab200a9fb0ef4c28d0ba2cb2144 to your computer and use it in GitHub Desktop.
android_location_manifest
<!-- Specify the permissions that you are using -->
<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