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

Commit 98424364 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by android-build-merger
Browse files

Merge "Add global setting to use new DHCPv4 server" am: 64dda3cf am: 0f78680c

am: 83ac5c50

Change-Id: I03f81651b096cbc39e383c353c6423cd577b5ddb
parents 111627f9 83ac5c50
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -9555,6 +9555,17 @@ public final class Settings {
         */
        public static final String TETHER_OFFLOAD_DISABLED = "tether_offload_disabled";
        /**
         * Use the old dnsmasq DHCP server for tethering instead of the framework implementation.
         *
         * Integer values are interpreted as boolean, and the absence of an explicit setting
         * is interpreted as |true|.
         * TODO: make the default |false|
         * @hide
         */
        public static final String TETHER_ENABLE_LEGACY_DHCP_SERVER =
                "tether_enable_legacy_dhcp_server";
        /**
         * List of certificate (hex string representation of the application's certificate - SHA-1
         * or SHA-256) and carrier app package pairs which are whitelisted to prompt the user for
+1 −0
Original line number Diff line number Diff line
@@ -422,6 +422,7 @@ public class SettingsBackupTest {
                    Settings.Global.TETHER_DUN_REQUIRED,
                    Settings.Global.TETHER_OFFLOAD_DISABLED,
                    Settings.Global.TETHER_SUPPORTED,
                    Settings.Global.TETHER_ENABLE_LEGACY_DHCP_SERVER,
                    Settings.Global.TEXT_CLASSIFIER_CONSTANTS,
                    Settings.Global.THEATER_MODE_ON,
                    Settings.Global.TIME_ONLY_MODE_CONSTANTS,