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

Commit d35f387b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "WLAN: Align the Wifi auto connect type string with frameworks"

parents 27ebd48b df9dcc68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ public class AdvancedWifiSettings extends SettingsPreferenceFragment
    private static final String KEY_CURRENT_NETMASK = "current_netmask";

    private static final String KEY_AUTO_CONNECT_ENABLE = "auto_connect_type";
    private static final String WIFI_AUTO_CONNECT_TYPE = "wifi_autoconn_type";
    private static final String WIFI_AUTO_CONNECT_TYPE = "wifi_auto_connect_type";
    private static final int AUTO_CONNECT_ENABLED = 0;
    private static final int AUTO_CONNECT_FATAL_VALUE = -1;
    private static final int AUTO_CONNECT_DEFAULT_VALUE = AUTO_CONNECT_ENABLED;