Merge "Wifi: Introduce a configuration parameter to disable WiFi in ECBM" into nyc-dev
am: 951fe29
* commit '951fe2925ff61b7d11149c3d897763d278ba1006':
Wifi: Introduce a configuration parameter to disable WiFi in ECBM
Change-Id: Ide2ad48f7372b1cb017040f299af79f67d67ec30
This commit is contained in:
@@ -547,6 +547,13 @@ public class CarrierConfigManager {
|
|||||||
*/
|
*/
|
||||||
public static final String KEY_EDITABLE_WFC_MODE_BOOL = "editable_wfc_mode_bool";
|
public static final String KEY_EDITABLE_WFC_MODE_BOOL = "editable_wfc_mode_bool";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Flag to indicate if Wi-Fi needs to be disabled in ECBM
|
||||||
|
* @hide
|
||||||
|
**/
|
||||||
|
public static final String
|
||||||
|
KEY_CONFIG_WIFI_DISABLE_IN_ECBM = "config_wifi_disable_in_ecbm";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* List operator-specific error codes and indices of corresponding error strings in
|
* List operator-specific error codes and indices of corresponding error strings in
|
||||||
* wfcOperatorErrorAlertMessages and wfcOperatorErrorNotificationMessages.
|
* wfcOperatorErrorAlertMessages and wfcOperatorErrorNotificationMessages.
|
||||||
@@ -755,6 +762,7 @@ public class CarrierConfigManager {
|
|||||||
sDefaults.putStringArray(KEY_WFC_OPERATOR_ERROR_CODES_STRING_ARRAY, null);
|
sDefaults.putStringArray(KEY_WFC_OPERATOR_ERROR_CODES_STRING_ARRAY, null);
|
||||||
sDefaults.putInt(KEY_WFC_SPN_FORMAT_IDX_INT, 0);
|
sDefaults.putInt(KEY_WFC_SPN_FORMAT_IDX_INT, 0);
|
||||||
sDefaults.putInt(KEY_WFC_DATA_SPN_FORMAT_IDX_INT, 0);
|
sDefaults.putInt(KEY_WFC_DATA_SPN_FORMAT_IDX_INT, 0);
|
||||||
|
sDefaults.putBoolean(KEY_CONFIG_WIFI_DISABLE_IN_ECBM, false);
|
||||||
|
|
||||||
// MMS defaults
|
// MMS defaults
|
||||||
sDefaults.putBoolean(KEY_MMS_ALIAS_ENABLED_BOOL, false);
|
sDefaults.putBoolean(KEY_MMS_ALIAS_ENABLED_BOOL, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user