Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a331899d authored by Chalard Jean's avatar Chalard Jean Committed by android-build-merger
Browse files

Let clients access StaticIpConfiguration members through reflection.

am: df1ac254

Change-Id: I6b0b9ef0483dc3a1fb5ff793959ebaf8ff4da6e8
parents 7ecbaf4d df1ac254
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;