How to check if the internet connection is Enabled in Android? Like if the LOCATION SERVICE is disabled we use the technique
Location myLocation = locationmanager.getLastKnownLocation(provider);
if(myLocation == null){
Show the AlertDialog.
}else{
do this.
}
Like this, how do i check if the Internet connection is Enabled/Disabled.
You can use the following method:
Hope it helps!
For wifi:
For Mobile: