I am trying to check Internet connectivity on Android using the following method. I have a Wi-Fi connection.
private boolean checkInternetConnection() {
Try the below command
WIFI: $ adb shell svc wifi enable $ adb shell svc wifi disable MOBILE DATA: $ adb shell svc data enable $ adb shell svc data disable