am 5eb2b0ca: Merge "Set P2p statemachine\'s network manager before starting Wifi" into klp-dev
* commit '5eb2b0ca76560cb8d707295aec42cb72f379eafe': Set P2p statemachine's network manager before starting Wifi
This commit is contained in:
@@ -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