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

Commit d03d127f authored by Junyu Lai's avatar Junyu Lai Committed by Automerger Merge Worker
Browse files

Merge "Give netId a getter as requested by the API council." into rvc-dev am: 4e4f3cc8

Change-Id: If4526703d45076629ed752f07906d401ad89619f
parents a271e879 4e4f3cc8
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();
    }
}