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

Commit e7df34e0 authored by Sreeram Ramachandran's avatar Sreeram Ramachandran Committed by Android (Google) Code Review
Browse files

Merge "Reserve NetIds 1..50 for OEM use." into lmp-dev

parents f6159264 8f4d42ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -425,8 +425,8 @@ public class ConnectivityService extends IConnectivityManager.Stub {


    TelephonyManager mTelephonyManager;
    TelephonyManager mTelephonyManager;


    // sequence number for Networks
    // sequence number for Networks; keep in sync with system/netd/NetworkController.cpp
    private final static int MIN_NET_ID = 10; // some reserved marks
    private final static int MIN_NET_ID = 100; // some reserved marks
    private final static int MAX_NET_ID = 65535;
    private final static int MAX_NET_ID = 65535;
    private int mNextNetId = MIN_NET_ID;
    private int mNextNetId = MIN_NET_ID;