Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27284da8 authored by Xia Wang's avatar Xia Wang
Browse files

Fix CM test

http://b/issue?id=6125619

Change-Id: I33306619424ab54281aaf592c78581179ebbfc6e
parent 0de2ed3b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -241,6 +241,7 @@ public class ConnectivityManagerTestActivity extends Activity {
        mCM = (ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE);
        // Get an instance of WifiManager
        mWifiManager =(WifiManager)getSystemService(Context.WIFI_SERVICE);
        mContext = this;
        mChannel = mWifiManager.initialize(mContext, mContext.getMainLooper(), null);

        initializeNetworkStates();