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

Commit 58b9ab77 authored by Benedict Wong's avatar Benedict Wong Committed by Android (Google) Code Review
Browse files

Merge "Copy isBypassable flag from VpnProfile to VpnConfig" into tm-qpr-dev

parents dda6807d f96e5ad5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4040,6 +4040,7 @@ public class Vpn {
            mConfig.proxyInfo = profile.proxy;
            mConfig.requiresInternetValidation = profile.requiresInternetValidation;
            mConfig.excludeLocalRoutes = profile.excludeLocalRoutes;
            mConfig.allowBypass = profile.isBypassable;

            switch (profile.type) {
                case VpnProfile.TYPE_IKEV2_IPSEC_USER_PASS: