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

Commit cac9a63c authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

DHCP: Add a hidden setting to use the legacy DHCP client.

Change-Id: I5505bd2c20ddc895df0e9b176e1ed770ad74a3f4
parent a071edce
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -5435,6 +5435,14 @@ public final class Settings {
       public static final String HDMI_CONTROL_AUTO_DEVICE_OFF_ENABLED =
               "hdmi_control_auto_device_off_enabled";

       /**
        * Whether to use the DHCP client from Lollipop and earlier instead of the newer Android DHCP
        * client.
        * (0 = false, 1 = true)
        * @hide
        */
       public static final String LEGACY_DHCP_CLIENT = "legacy_dhcp_client";

       /**
        * Whether TV will switch to MHL port when a mobile device is plugged in.
        * (0 = false, 1 = true)