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

Commit 93b20feb authored by Lucas Lin's avatar Lucas Lin Committed by Gerrit Code Review
Browse files

Merge "Remove the usage of hidden API - setIsAvailable() from Vpn"

parents 1ff9b10f 8a96b31b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1287,7 +1287,6 @@ public class Vpn {
        });
        mNetworkAgent.setUnderlyingNetworks((mConfig.underlyingNetworks != null)
                ? Arrays.asList(mConfig.underlyingNetworks) : null);
        mNetworkInfo.setIsAvailable(true);
        updateState(DetailedState.CONNECTED, "agentConnect");
    }