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

Commit 07ff79a5 authored by James Mattis's avatar James Mattis Committed by Gerrit Code Review
Browse files

Merge "Change the const for the unreachable network"

parents 507764f6 4a124666
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6296,8 +6296,8 @@ public class ConnectivityService extends IConnectivityManager.Stub
    // Request used to optionally keep vehicle internal network always active
    private final NetworkRequest mDefaultVehicleRequest;

    // TODO replace with INetd.DUMMY_NET_ID when available.
    private static final int NO_SERVICE_NET_ID = 51;
    // TODO replace with INetd.UNREACHABLE_NET_ID when available.
    private static final int NO_SERVICE_NET_ID = 52;
    // Sentinel NAI used to direct apps with default networks that should have no connectivity to a
    // network with no service. This NAI should never be matched against, nor should any public API
    // ever return the associated network. For this reason, this NAI is not in the list of available