What are the permissions required to obtain phone locations ?
android.permission.ACCESS_FINE_LOCATION - use this if you are using GPS features in your programming.
android.permission.ACCESS_COARSE_LOCATION - use this if you are fetching locations based on career network or by using WiFi.
android.permission.ACCESS_FINE_LOCATION - use this if you are using GPS features in your programming.
android.permission.ACCESS_COARSE_LOCATION - use this if you are fetching locations based on career network or by using WiFi.
No comments:
Post a Comment