Merge "Update default value of KEY_PREFERRED_IKE_PROTOCOL_INT" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
91a777b5a2
@@ -10318,7 +10318,7 @@ public class CarrierConfigManager {
|
||||
sDefaults.putInt(KEY_PARAMETERS_USED_FOR_LTE_SIGNAL_BAR_INT,
|
||||
CellSignalStrengthLte.USE_RSRP);
|
||||
sDefaults.putInt(KEY_MIN_UDP_PORT_4500_NAT_TIMEOUT_SEC_INT, 300);
|
||||
sDefaults.putInt(KEY_PREFERRED_IKE_PROTOCOL_INT, 0);
|
||||
sDefaults.putInt(KEY_PREFERRED_IKE_PROTOCOL_INT, -1);
|
||||
// Default wifi configurations.
|
||||
sDefaults.putAll(Wifi.getDefaults());
|
||||
sDefaults.putBoolean(ENABLE_EAP_METHOD_PREFIX_BOOL, false);
|
||||
|
||||
Reference in New Issue
Block a user