startScan() in WifiManager 在 Android P 中已弃用
如何从wifi获取扫描结果,例如每3秒一次,而无需mWifimanager.startScan();
谷歌说:
startScan()
This method was deprecated in API level P. The ability for apps to trigger scan requests will be removed in a future release.
请注意,对于此API级别,我正在使用而无需调用,该列表包含wifi AP,但它使更新非常非常慢List<ScanResult> results = mWifiManager.getScanResults();
startScan
更新至2019年1月12日:https://issuetracker.google.com/issues/112688545