I got a AsyncTask that is supposed to check the network access to a host name. But the doInBackground() is never timed out. Anyone have a clue?
AsyncTask
doInBackground()
To get getActiveNetworkInfo() to work you need to add the following to the manifest.
getActiveNetworkInfo()