Currently the connection test fails on real device,
ConnectivityManager connection =
(ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
connection.getActiveNetworkInfo().isConnectedOrConnecting();
returns false, even if Wi-Fi is enabled.
Also, connection.requestRouteToHost can be used to check if Vimeo site is
reachable
Original issue reported on code.google.com by shaman.sir on 10 Sep 2010 at 5:09
Original issue reported on code.google.com by
shaman.sir
on 10 Sep 2010 at 5:09