Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created November 25, 2019 13:37
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 icebeam7/cc053b3b069e305848b702f56a9fb651 to your computer and use it in GitHub Desktop.
Save icebeam7/cc053b3b069e305848b702f56a9fb651 to your computer and use it in GitHub Desktop.
DemoDS: part of AndroidManifest.xml
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-feature android:name="android.hardware.location" android:required="false" />
<uses-feature android:name="android.hardware.location.gps" android:required="false" />
<uses-feature android:name="android.hardware.location.network" android:required="false" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment