Merge "Let clients access StaticIpConfiguration members through reflection." am: 65663acf34 am: 892038673e

am: 93f36d6d7e

Change-Id: I77562c577b704a979a9df0125cb63143a47cacb1
This commit is contained in:
Chalard Jean
2019-05-22 07:57:32 -07:00
committed by android-build-merger

View File

@@ -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;