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

Commit 30f47ea8 authored by Randy Pan's avatar Randy Pan Committed by android-build-merger
Browse files

Deprecate QNS network disable reason BAD_LINK

am: 4156d615

Change-Id: Ieeda34d8c764789e978905cf6847dd8925f5250b
parents 5e42bd86 4156d615
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -817,6 +817,7 @@ public class WifiConfiguration implements Parcelable {
         */
        public static final int NETWORK_SELECTION_ENABLE = 0;
        /**
         * @deprecated it is not used any more.
         * This network is disabled because higher layer (>2) network is bad
         */
        public static final int DISABLED_BAD_LINK = 1;
@@ -870,7 +871,7 @@ public class WifiConfiguration implements Parcelable {
         */
        public static final String[] QUALITY_NETWORK_SELECTION_DISABLE_REASON = {
                "NETWORK_SELECTION_ENABLE",
                "NETWORK_SELECTION_DISABLED_BAD_LINK",
                "NETWORK_SELECTION_DISABLED_BAD_LINK", // deprecated
                "NETWORK_SELECTION_DISABLED_ASSOCIATION_REJECTION ",
                "NETWORK_SELECTION_DISABLED_AUTHENTICATION_FAILURE",
                "NETWORK_SELECTION_DISABLED_DHCP_FAILURE",