-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
After version 8.0 Android started apply limitations to the frequency of scans using. The new limitations are;
Android 8.0 and Android 8.1:
Each background app can scan one time in a 30-minute period.
Android 9:
Each foreground app can scan four times in a 2-minute period. This allows for a burst of scans in a short time.
All background apps combined can scan one time in a 30-minute period.
https://developer.android.com/guide/topics/connectivity/wifi-scan
According to these the sample application is failed to update the values after 4 scans.
Metadata
Metadata
Assignees
Labels
No labels