summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorPooja Jain <poojain@codeaurora.org>2018-03-10 11:45:39 +0530
committerPooja Jain <poojain@codeaurora.org>2018-03-14 15:26:17 +0530
commit7e35430600824994e6c6b38470197d984c2ed991 (patch)
tree1df7cb648219bea2431724a137ca3ac036b4b23c /assets
parentb1abf57dab62ad0cd260fd40a4ff7a2c166f1799 (diff)
downloadandroid_packages_apps_CarrierConfig-7e35430600824994e6c6b38470197d984c2ed991.tar.gz
android_packages_apps_CarrierConfig-7e35430600824994e6c6b38470197d984c2ed991.tar.bz2
android_packages_apps_CarrierConfig-7e35430600824994e6c6b38470197d984c2ed991.zip
Add Enable CarrierConfig option to change WFC preference in roaming
1.Wifi calling preference should be editable when roaming as per carrier requirement. 2. WFC should be enabled by default for carriers that support it. Test: Manual Bug: 36478270 Change-Id: Id7da6efd5722b36f9a14391e58edc602a429b40d
Diffstat (limited to 'assets')
-rw-r--r--assets/carrier_config_20404.xml2
-rw-r--r--assets/carrier_config_310004.xml2
-rw-r--r--assets/carrier_config_311480.xml1
3 files changed, 5 insertions, 0 deletions
diff --git a/assets/carrier_config_20404.xml b/assets/carrier_config_20404.xml
index 01ce0ad..01a83c3 100644
--- a/assets/carrier_config_20404.xml
+++ b/assets/carrier_config_20404.xml
@@ -13,6 +13,7 @@
<boolean name="allow_adding_apns_bool" value="false" />
<boolean name="broadcast_emergency_call_state_changes_bool" value="true" />
<string name="carrier_eri_file_name_string">eri_311480.xml</string>
+ <boolean name="carrier_wfc_ims_available_bool" value="true" />
<int name="carrier_default_wfc_ims_mode_int" value="1"/>
<string name="default_vm_number_string">*86</string>
<int-array name="lte_rsrp_thresholds_int_array" num="4">
@@ -42,6 +43,7 @@
<item value="SIGNAL_LOST" />
</string-array>
<boolean name="editable_wfc_mode_bool" value="false"/>
+ <boolean name="editable_wfc_roaming_mode_bool" value="true"/>
<boolean name="disable_severe_when_extreme_disabled_bool" value="false" />
<boolean name="persist_lpp_mode_bool" value="true" />
<int name="wfc_spn_format_idx_int" value="1" />
diff --git a/assets/carrier_config_310004.xml b/assets/carrier_config_310004.xml
index 0a54a5e..b0e3e19 100644
--- a/assets/carrier_config_310004.xml
+++ b/assets/carrier_config_310004.xml
@@ -30,6 +30,7 @@
<boolean name="allow_adding_apns_bool" value="false" />
<boolean name="broadcast_emergency_call_state_changes_bool" value="true" />
<string name="carrier_eri_file_name_string">eri_311480.xml</string>
+ <boolean name="carrier_wfc_ims_available_bool" value="true" />
<int name="carrier_default_wfc_ims_mode_int" value="1"/>
<string name="default_vm_number_string">*86</string>
<string-array name="carrier_data_call_permanent_failure_strings" num="14">
@@ -49,6 +50,7 @@
<item value="SIGNAL_LOST" />
</string-array>
<boolean name="editable_wfc_mode_bool" value="false"/>
+ <boolean name="editable_wfc_roaming_mode_bool" value="true"/>
<boolean name="disable_severe_when_extreme_disabled_bool" value="false" />
<boolean name="persist_lpp_mode_bool" value="true" />
<boolean name="mmsCloseConnection" value="true"/>
diff --git a/assets/carrier_config_311480.xml b/assets/carrier_config_311480.xml
index 77d7c95..ca1e577 100644
--- a/assets/carrier_config_311480.xml
+++ b/assets/carrier_config_311480.xml
@@ -51,6 +51,7 @@
<boolean name="treat_downgraded_video_calls_as_video_calls_bool" value="true" />
<boolean name="drop_video_call_when_answering_audio_call_bool" value="true" />
<boolean name="editable_wfc_mode_bool" value="false"/>
+ <boolean name="editable_wfc_roaming_mode_bool" value="true"/>
<boolean name="allow_merge_wifi_calls_when_vowifi_off_bool" value="false" />
<boolean name="wifi_calls_can_be_hd_audio" value="false" />
<boolean name="video_calls_can_be_hd_audio" value="false" />