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

Commit 6e79d7d5 authored by Robin Lee's avatar Robin Lee Committed by Android (Google) Code Review
Browse files

Merge "Add lockdownEnabled parameter to always-on VPN API" into nyc-dev

parents b1759bbf 92867f07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -715,7 +715,7 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
    }

    @Override
    public boolean setAlwaysOnVpnPackage(int userId, String packageName) {
    public boolean setAlwaysOnVpnPackage(int userId, String packageName, boolean lockdownEnabled) {
        throw new RuntimeException("not implemented");
    }