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

Commit 588b1e45 authored by Yu Shan Emily Lau's avatar Yu Shan Emily Lau Committed by Android (Google) Code Review
Browse files

Merge "Change the default ssid from GoogleGuest to the opennet for the power test." into honeycomb

parents d8b9d7cd 3d273da8
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;