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

Commit 06d7e530 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 e7d4243b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -5962,6 +5962,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)