How to auto connect a WiFi with specified SSID?
Can some body help me to solve this issue? Here is my code, and at mWifi.enableNetwork(netID, true) it's cannot enable network and cannot auto connect to specified network. So I want to know where I had made a mistake? public class WifiConnActivity extends Activity { /** Called when the activity is first created. */ final String tag = "WifiConn:..."; EditText txt; WifiManager mWifi; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); mWifi = (WifiManager)getSystemService(Context.WIFI_SERVICE); txt = (EditText