Created
March 31, 2019 12:13
-
-
Save MohammadSamandari/a04f42dfea91a25ee3d1677f0ec5386a to your computer and use it in GitHub Desktop.
Asking For Permissions In Android Studio
This file contains 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
// this coarse location is for location base on wifi and phone signal | |
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> | |
// This fine location is the wxact location with GPS | |
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment