Android doesn't work if I use mobile data instead of wifi
问题 When I launch my android app and I try to do a login process using WiFi data, it's all right. But if I launch the app again and I try to to the same process using mobile data, the process still waiting until I get an error. The code is: class AsyncLogin extends AsyncTask< String, String, String > { String username, password; protected void onPreExecute() { pDialog = new ProgressDialog(MainActivity.this); pDialog.setMessage("Login..."); pDialog.setIndeterminate(false); pDialog.setCancelable