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

Commit 0421d2a5 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

am: eb0689a0

Change-Id: I583f691149eb8683827d2672c26b34893d3cc39f
parents 7af15af0 eb0689a0
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;
    }
}