Merge "Expose netId to SystemApi"
am: 1d379ac065
Change-Id: I930b421d373ac67ec5987b9440a45e6dbc536074
This commit is contained in:
@@ -4194,6 +4194,7 @@ package android.net {
|
|||||||
public class Network implements android.os.Parcelable {
|
public class Network implements android.os.Parcelable {
|
||||||
ctor public Network(@NonNull android.net.Network);
|
ctor public Network(@NonNull android.net.Network);
|
||||||
method @NonNull public android.net.Network getPrivateDnsBypassingCopy();
|
method @NonNull public android.net.Network getPrivateDnsBypassingCopy();
|
||||||
|
field public final int netId;
|
||||||
}
|
}
|
||||||
|
|
||||||
public final class NetworkCapabilities implements android.os.Parcelable {
|
public final class NetworkCapabilities implements android.os.Parcelable {
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ public class Network implements Parcelable {
|
|||||||
/**
|
/**
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
@UnsupportedAppUsage
|
@SystemApi
|
||||||
public final int netId;
|
public final int netId;
|
||||||
|
|
||||||
// Objects used to perform per-network operations such as getSocketFactory
|
// Objects used to perform per-network operations such as getSocketFactory
|
||||||
|
|||||||
Reference in New Issue
Block a user