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

Commit 0e3113d3 authored by Chiachang Wang's avatar Chiachang Wang Committed by Automerger Merge Worker
Browse files

Merge "Remove unused INetworkManagementService object" into main am: 3e7af16c

parents 50591c99 3e7af16c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -366,7 +366,6 @@ public class Vpn {

    private PendingIntent mStatusIntent;
    private volatile boolean mEnableTeardown = true;
    private final INetworkManagementService mNms;
    private final INetd mNetd;
    @VisibleForTesting
    @GuardedBy("this")
@@ -626,7 +625,6 @@ public class Vpn {
        mSubscriptionManager = mContext.getSystemService(SubscriptionManager.class);

        mDeps = deps;
        mNms = netService;
        mNetd = netd;
        mUserId = userId;
        mLooper = looper;