Merge "Add network disabled reason starting index" into oc-dev
This commit is contained in:
@@ -838,6 +838,10 @@ public class WifiConfiguration implements Parcelable {
|
|||||||
* Default value. Means not disabled
|
* Default value. Means not disabled
|
||||||
*/
|
*/
|
||||||
public static final int NETWORK_SELECTION_ENABLE = 0;
|
public static final int NETWORK_SELECTION_ENABLE = 0;
|
||||||
|
/**
|
||||||
|
* The starting index for network selection disabled reasons
|
||||||
|
*/
|
||||||
|
public static final int NETWORK_SELECTION_DISABLED_STARTING_INDEX = 1;
|
||||||
/**
|
/**
|
||||||
* @deprecated it is not used any more.
|
* @deprecated it is not used any more.
|
||||||
* This network is disabled because higher layer (>2) network is bad
|
* This network is disabled because higher layer (>2) network is bad
|
||||||
|
|||||||
Reference in New Issue
Block a user