-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android 8+ scan throttle #54
Comments
It's good to know. Due to this update, library will no longer work on the newest Android versions. The only reasonable fix I see right now, is to add limitation for scan with these periods for the newest Android versions. |
I think alternative way to solve that issue may be creating the separate library, which can use new RTT API. I had this idea some time ago, but I haven't executed it yet :-). |
RTT API would be a great idea. But it is just too new yet and Android is restricted Wi-Fi scanning to early in my opinion. |
Yeah. As a regular developers we cannot do much about it. We can simply adjust to the Google/Android API and Guidelines. |
So i heard you preparing to release new version or new library at latest thread, thats awseome! Thanks! |
I'm not sure if it's possible to detect such situation. We can just send request for scan and wait for the results. |
After version 8.0 Android started apply limitations to the frequency of scans using. The new limitations are;
https://developer.android.com/guide/topics/connectivity/wifi-scan
According to these the sample application is failed to update the values after 4 scans.
The text was updated successfully, but these errors were encountered: