Skip to content

Instantly share code, notes, and snippets.

@tugcearar
Created September 11, 2020 13:36
Show Gist options
  • Save tugcearar/bbd1d7cb242c607078f6c6ee9e6a43dd to your computer and use it in GitHub Desktop.
Save tugcearar/bbd1d7cb242c607078f6c6ee9e6a43dd to your computer and use it in GitHub Desktop.
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
//For Android 10 and higher
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
<uses-permission android:name=="android.permission.ACCESS_MOCK_LOCATION"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment