Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 201896e9 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 79ffc669: am aaff44c8: Don\'t allow wifi tethering when running monkeys.

* commit '79ffc669':
  Don't allow wifi tethering when running monkeys.
parents 83b96133 79ffc669
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ public class TetherSettings extends SettingsPreferenceFragment
            getPreferenceScreen().removePreference(mUsbTether);
        }

        if (wifiAvailable) {
        if (wifiAvailable && !Utils.isMonkeyRunning()) {
            mWifiApEnabler = new WifiApEnabler(activity, mEnableWifiAp);
            initWifiTethering();
        } else {