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

Commit 25ea5bb0 authored by Jorge Ruesga's avatar Jorge Ruesga Committed by Gerrit Code Review
Browse files

base: wifi priorities



Allow to change to manual mode to allow the user to configure wifi priorities

JIRA: CML-118

Change-Id: I220b4632228575ddb7b70c150c1055405b339041
Signed-off-by: default avatarJorge Ruesga <jorge@ruesga.com>
parent 6a5a1d85
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -8010,6 +8010,14 @@ public final class Settings {
         */
        public static final String LTE_SERVICE_FORCED = "lte_service_forced";

        /**
         * Whether the system auto-configure the priority of the wifi ap's or use
         * the manual settings established by the user.
         * <> 0 to autoconfigure, 0 to manual settings. Default is <> 0.
         * @hide
         */
        public static final String WIFI_AUTO_PRIORITIES_CONFIGURATION = "wifi_auto_priority";

        /**
         * Settings to backup. This is here so that it's in the same place as the settings
         * keys and easy to update.