Adding new config variable that is used to determine if ERI should be
used when voice RAT is LTE on CDMA network. Bug: 18161228 Change-Id: I8589070ce310f79e283b119dcd132575d56d0122
This commit is contained in:
@@ -1956,7 +1956,9 @@
|
||||
<!-- An array of CDMA roaming indicators which means international roaming -->
|
||||
<integer-array translatable="false" name="config_cdma_international_roaming_indicators" />
|
||||
|
||||
|
||||
<!-- set the system language as value of EF LI/EF PL -->
|
||||
<bool name="config_use_sim_language_file">true</bool>
|
||||
|
||||
<!-- Use ERI text for network name on CDMA LTE -->
|
||||
<bool name="config_LTE_eri_for_network_name">true</bool>
|
||||
</resources>
|
||||
|
||||
@@ -2141,4 +2141,5 @@
|
||||
<java-symbol type="array" name="config_cdma_international_roaming_indicators" />
|
||||
|
||||
<java-symbol type="bool" name="config_use_sim_language_file" />
|
||||
<java-symbol type="bool" name="config_LTE_eri_for_network_name" />
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user