/**
* Checks if the device has Internet connection.
*
* @return <code>true</code> if the phone is connected to the Internet.
*/
public static boolean hasConnection() {
ConnectivityManager cm = (ConnectivityManager) [color=black]MbridgeApp[/color].getContext().getSystemService(
Context.CONNECTIVITY_SERVICE);