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

Commit 3555e5d0 authored by Benedict Wong's avatar Benedict Wong
Browse files

DO NOT MERGE: Update ConnectivityServiceMock for VPN meteredness bug

This patch updates the ConnectivityServiceMock as part of the fix for
VPN meteredness checks.

Bug: 78644887
Test: Flashed and tested on Walleye
Change-Id: I3d331d5f2d07e476bec4b199c695fd28755f031d
parent 39ae8a98
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -499,6 +499,11 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
        throw new RuntimeException("not implemented");
    }

    @Override
    public boolean isActiveNetworkMeteredForUid(int uid) {
        throw new RuntimeException("not implemented");
    }

    public boolean requestRouteToHostAddress(int networkType, byte[] hostAddress) {
        throw new RuntimeException("not implemented");
    }