I followed this Keep checking if Device has internet connection to check internet connectivity using
BroadcastReceiver, the problem is how to call this
registerReceiver(mConnReceiver,
new IntentFilter(ConnectivityManager.CONNECTIVITY_ACTION));
from main activity