Merge "Let clients access StaticIpConfiguration members through reflection." am: 65663acf34 am: 892038673e am: 93f36d6d7e
am: 31e8e20db4
Change-Id: I88b0235ff4ccb0091b0a1d11aa109fc631d5a063
This commit is contained in:
@@ -58,15 +58,15 @@ public final class StaticIpConfiguration implements Parcelable {
|
||||
@Nullable
|
||||
public LinkAddress ipAddress;
|
||||
/** @hide */
|
||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
|
||||
@UnsupportedAppUsage
|
||||
@Nullable
|
||||
public InetAddress gateway;
|
||||
/** @hide */
|
||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
|
||||
@UnsupportedAppUsage
|
||||
@NonNull
|
||||
public final ArrayList<InetAddress> dnsServers;
|
||||
/** @hide */
|
||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
|
||||
@UnsupportedAppUsage
|
||||
@Nullable
|
||||
public String domains;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user