Although I never found out what caused the problem, I "guarded" my code
like this:
if(isOnline()) {
// dangerous code here
...
} else {
// handle showing a message
...
}
and this is the isOnline method:
private boolean isOnline() {
ConnectivityManager cm = (ConnectivityMa
OK, I managed to narrow down the problem. It happens when I invoke the
Geocoder over my Wifi connection, but works fine over 3G. My Wifi connection
is connected normally, if I open the browser I can open any web page.
This is my manifest:
http://schemas.android.com/apk/res/android";
package="c
2 matches
Mail list logo