### Android OS 9 Wi-Fi scanning throttling - Android OS 9 introduces a restriction that allows each foreground application to scan Wi-Fi a maximum of 4 times per 2 minute period - Please see Android documentation references below ### Android OS 9 Wi-Fi scanning permissions requirements - ACCESS_FINE_LOCATION or ACCESS_COARSE_LOCATION - CHANGE_WIFI_STATE - ACCESS_WIFI_STATE - Location services are enabled on the device - Please see Android documentation references below ### Android OS 8 Wi-Fi scanning permissions requirements - ACCESS_FINE_LOCATION or ACCESS_COARSE_LOCATION or CHANGE_WIFI_STATE - ACCESS_WIFI_STATE - Location services are enabled on the device - Please see Android documentation references below ## Android Documentation References: [Wi-Fi scanning overview](https://developer.android.com/guide/topics/connectivity/wifi-scan) - [Restrictions](https://developer.android.com/guide/topics/connectivity/wifi-scan#wifi-scan-restrictions) - [Permissions](https://developer.android.com/guide/topics/connectivity/wifi-scan#wifi-scan-permissions) - [Throttling](https://developer.android.com/guide/topics/connectivity/wifi-scan#wifi-scan-throttling)
Android OS 9 Wi-Fi scanning throttling
Android OS 9 Wi-Fi scanning permissions requirements
Android OS 8 Wi-Fi scanning permissions requirements
Android Documentation References:
Wi-Fi scanning overview