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

Commit ef7e644f authored by Robin Lee's avatar Robin Lee Committed by android-build-merger
Browse files

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

am: 48b18f4f

* commit '48b18f4f':
  Return legacy VPN info regardless of lockdown mode

Change-Id: I202f19946246aa52d37c3c6bb7665cc58ddf8572
parents c8a35d64 48b18f4f
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();