private void checkFreeInternet() { if (ShellUtils.isRooted()) { CheckFreeInternetService.execute(this); } else { if (LaunchService.isVpnRunning()) { onFreeInternetChanged(true); } } }
private void checkPickAndPlay() { if (ShellUtils.isRooted()) { CheckPickAndPlayService.execute(this); } }
private void checkWifiRepeater() { if (ShellUtils.isRooted() && Build.VERSION.SDK_INT >= 14) { CheckWifiRepeaterService.execute(this); } }