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

Commit a1f4793c authored by Chalard Jean's avatar Chalard Jean
Browse files

Give netId a getter as requested by the API council.

Bug: 151156820
Test: NetworkStackTests

CP from ag/10747733
Change-Id: I7de0788e57b2b53bc951d9b41304cc4314c1cb91
Merged-In: I7de0788e57b2b53bc951d9b41304cc4314c1cb91
parent 6d62f62a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,6 +44,6 @@ public class NetworkShimImpl extends com.android.networkstack.apishim.api29.Netw
     */
    @Override
    public int getNetId() {
        return mNetwork.netId;
        return mNetwork.getNetId();
    }
}