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

Commit 1d379ac0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Expose netId to SystemApi"

parents 488c2b03 665a2cc1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4194,6 +4194,7 @@ package android.net {
  public class Network implements android.os.Parcelable {
    ctor public Network(@NonNull android.net.Network);
    method @NonNull public android.net.Network getPrivateDnsBypassingCopy();
    field public final int netId;
  }
  public final class NetworkCapabilities implements android.os.Parcelable {
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ public class Network implements Parcelable {
    /**
     * @hide
     */
    @UnsupportedAppUsage
    @SystemApi
    public final int netId;

    // Objects used to perform per-network operations such as getSocketFactory