Skip to content
Snippets Groups Projects
Commit 8f74745e authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/24627343'] into udc-qpr1-release.

Change-Id: I73f0c9259f8b183c0d5ec7aa73278533d5405d59
parents 8a4dbad6 c28a62bd
No related branches found
No related tags found
No related merge requests found
......@@ -1048,6 +1048,14 @@ public class CarrierConfigManager {
public static final String KEY_CARRIER_USE_IMS_FIRST_FOR_EMERGENCY_BOOL =
"carrier_use_ims_first_for_emergency_bool";
/**
* When {@code true}, this carrier will preferentially dial normal routed emergency calls over
* an in-service SIM if one is available.
* @hide
*/
public static final String KEY_PREFER_IN_SERVICE_SIM_FOR_NORMAL_ROUTED_EMERGENCY_CALLS_BOOL =
"prefer_in_service_sim_for_normal_routed_emergency_calls_bool";
/**
* When {@code true}, the determination of whether to place a call as an emergency call will be
* based on the known {@link android.telephony.emergency.EmergencyNumber}s for the SIM on which
......@@ -9855,6 +9863,8 @@ public class CarrierConfigManager {
sDefaults.putBoolean(KEY_CARRIER_IMS_GBA_REQUIRED_BOOL, false);
sDefaults.putBoolean(KEY_CARRIER_INSTANT_LETTERING_AVAILABLE_BOOL, false);
sDefaults.putBoolean(KEY_CARRIER_USE_IMS_FIRST_FOR_EMERGENCY_BOOL, true);
sDefaults.putBoolean(KEY_PREFER_IN_SERVICE_SIM_FOR_NORMAL_ROUTED_EMERGENCY_CALLS_BOOL,
false);
sDefaults.putBoolean(KEY_USE_ONLY_DIALED_SIM_ECC_LIST_BOOL, false);
sDefaults.putString(KEY_CARRIER_NETWORK_SERVICE_WWAN_PACKAGE_OVERRIDE_STRING, "");
sDefaults.putString(KEY_CARRIER_NETWORK_SERVICE_WLAN_PACKAGE_OVERRIDE_STRING, "");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment