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

This commit is contained in:
Yu Shan Emily Lau
2011-01-21 14:27:06 -08:00
committed by Android (Google) Code Review

View File

@@ -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;