Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tassioauad
Last active November 12, 2016 14:00
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 tassioauad/e12cb1ad5720ac7019e3b12b6c682d5a to your computer and use it in GitHub Desktop.
Save tassioauad/e12cb1ad5720ac7019e3b12b6c682d5a to your computer and use it in GitHub Desktop.
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tassioauad.locationexample">
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<!-- AND/OR -->
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<!-- ... -->
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment