Merge "Set P2p statemachine's network manager before starting Wifi" into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5eb2b0ca76
@@ -515,8 +515,9 @@ class ServerThread {
|
||||
ServiceManager.addService(Context.CONNECTIVITY_SERVICE, connectivity);
|
||||
networkStats.bindConnectivityManager(connectivity);
|
||||
networkPolicy.bindConnectivityManager(connectivity);
|
||||
wifi.checkAndStartWifi();
|
||||
|
||||
wifiP2p.connectivityServiceReady();
|
||||
wifi.checkAndStartWifi();
|
||||
} catch (Throwable e) {
|
||||
reportWtf("starting Connectivity Service", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user