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

Commit 3d273da8 authored by Yu Shan Emily Lau's avatar Yu Shan Emily Lau
Browse files

Change the default ssid from GoogleGuest to the opennet for the power test.

Change-Id: I63bae360d283dc5224790aaccbd879015402187d
parent 54973710
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ public class ConnectivityManagerTestActivity extends Activity {
    public int mWifiState;
    public NetworkInfo mWifiNetworkInfo;
    public String mBssid;
    public String mPowerSsid = "GoogleGuest"; //Default power SSID
    public String mPowerSsid = "opennet"; //Default power SSID
    private Context mContext;
    public boolean scanResultAvailable = false;