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

Commit eb0689a0 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by android-build-merger
Browse files

Merge "Add getAvoidBadWifi to ConnectivityServiceMock" am: ff037c4c

am: 0631c887

Change-Id: I1b2bdd510914a6fba582a684e78a12f95c7268b0
parents 80e212de 0631c887
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -998,4 +998,9 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
    public boolean isCallerCurrentAlwaysOnVpnLockdownApp() {
        throw new RuntimeException("not implemented");
    }

    @Override
    public boolean getAvoidBadWifi() {
        return true;
    }
}