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

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

Merge "Add getAvoidBadWifi to ConnectivityServiceMock"

am: ff037c4c

Change-Id: Ic9226424539a626612666d4861299ced83ff65c2
parents 8d922bca ff037c4c
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;
    }
}