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

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

Merge "Return legacy VPN info regardless of lockdown mode" into nyc-dev

parents a5e6601a dbf0210f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3228,9 +3228,6 @@ public class ConnectivityService extends IConnectivityManager.Stub
    @Override
    public LegacyVpnInfo getLegacyVpnInfo(int userId) {
        enforceCrossUserPermission(userId);
        if (mLockdownEnabled) {
            return null;
        }

        synchronized(mVpns) {
            return mVpns.get(userId).getLegacyVpnInfo();