InternetAvailabilityChecker
InternetAvailabilityChecker copied to clipboard
expose the url
if you need to change it for some reason ( local network , google baned , ping on a specific server , etc ... ) you can use the bellow method :
mInternetAvailabilityChecker = InternetAvailabilityChecker.getInstance("HTTP://YOURURL");
instead of :
mInternetAvailabilityChecker = InternetAvailabilityChecker.getInstance(); by defualt it's ping on a google url