am 6dd27613
: wifi: use new WifiManager.startScanActive() method to trigger scans.
Merge commit '6dd27613b5ee59b1f0a90ad50fa080c0d98c47e2' * commit '6dd27613b5ee59b1f0a90ad50fa080c0d98c47e2': wifi: use new WifiManager.startScanActive() method to trigger scans.
This commit is contained in:
committed by
The Android Open Source Project
commit
81183a8466
@@ -501,7 +501,7 @@ public class WifiLayer {
|
||||
|
||||
if (!mWifiManager.isWifiEnabled()) return;
|
||||
|
||||
if (!mWifiManager.startScan()) {
|
||||
if (!mWifiManager.startScanActive()) {
|
||||
postAttemptScan();
|
||||
} else {
|
||||
mScanRetryCount = 0;
|
||||
|
Reference in New Issue
Block a user