Merge "Let clients access StaticIpConfiguration members through reflection."

am: 94e52502dc

Change-Id: Ia4c7ec6147645a384b7adec6f83d0853408c0a1f
This commit is contained in:
Chalard Jean
2019-05-22 02:19:39 -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;