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

Commit df9dcc68 authored by kaiyiz's avatar kaiyiz Committed by Gerrit - the friendly Code Review server
Browse files

WLAN: Align the Wifi auto connect type string with frameworks

WLAN cannot be disconnected when auto connect type disabled.

Align the Wifi auto connect type string with frameworks.

CRs-Fixed: 750963

Change-Id: I234e9c27943feb92412625b0aa7f6f75590d65ed
parent 58218885
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;