-
Notifications
You must be signed in to change notification settings - Fork 701
Location Service Permission Requirements
VREM Software Development edited this page Nov 21, 2018
·
8 revisions
Some users running Android OS 6+ (Marshmallow) have reported that the location service must be enabled for the application to see WiFi networks.
Users using the the above versions of Android OS may need to turn on the location service, even though WiFi Analyzer does not explicitly require it.
This appears to be attributed to permission model changes since Android Marshmallow, the knowledge of nearby WiFi access points is regarded as containing location information and is protected by location permission.
- Android documentation reference: Hardware Identifier
- ACCESS_FINE_LOCATION or ACCESS_COARSE_LOCATION
- CHANGE_WIFI_STATE
- ACCESS_WIFI_STATE
- Location services must be enabled on the device
- Android documentation reference: Permissions
- ACCESS_FINE_LOCATION or ACCESS_COARSE_LOCATION or CHANGE_WIFI_STATE
- ACCESS_WIFI_STATE
- Location services must be enabled on the device
- Android documentation reference: Permissions