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

am: 892038673e

Change-Id: Ice5c4fd4d469a55410129310c5a25874b94e2219
This commit is contained in:
Chalard Jean
2019-05-22 02:42:25 -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;