Android Pie cripples WiFi network analyzer and indoor navigation apps
issuetracker.google.com
Android Pie cripples WiFi network analyzer and indoor navigation apps
1–4 of 4 posts
Re: Android Pie cripples WiFi network analyzer and indoor navigation apps
#2? without login ?
Re: Android Pie cripples WiFi network analyzer and indoor navigation apps
#3This will cripple network diagnostic, security, net-stumbling apps too. Seems like at a bare minimum, higher frequency scanning should be a request-able permission rather than simply outlawed.
Re: Android Pie cripples WiFi network analyzer and indoor navigation apps
#4? without login ?
The WifiManager.startScan() usage is limited to:
- Each foreground app is restricted to 4 scans every 2 minutes.
- All background apps combined are restricted to one scan every 30 minutes."
Mark startScan() as deprecated so that we can take away this API in future releases. https://android.googlesource.com/platform/frameworks/base/+/...