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

Commit ff037c4c authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Gerrit Code Review
Browse files

Merge "Add getAvoidBadWifi to ConnectivityServiceMock"

parents 6f319694 4c042b8e
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;
    }
}