What are the Permissions Required to Access Phone's Location using NETWORK_PROVIDER ?
ACCESS_FINELOCATION
ACCESS_COARSE_LOCATION
NETWORK_PROVIDER will fetch locations either by using WiFi point or cell tower information. for cell tower we have to use COARSE_LOCATION permission and for WiFi we have to use FINELOCATION permission.
ACCESS_FINELOCATION
ACCESS_COARSE_LOCATION
NETWORK_PROVIDER will fetch locations either by using WiFi point or cell tower information. for cell tower we have to use COARSE_LOCATION permission and for WiFi we have to use FINELOCATION permission.
No comments:
Post a Comment