Changing default value of config_use_sim_language_file to false.

Bug: 30150341
Change-Id: If0183ce0bfa4f872d991e5aed562eeb948ed86c8
This commit is contained in:
Amit Mahajan
2016-08-24 11:45:35 -07:00
parent c3eedd972d
commit 2b2f728f28

View File

@@ -2288,8 +2288,8 @@
<!-- 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>
<!-- flag to indicate if EF LI/EF PL should be used for system language -->
<bool name="config_use_sim_language_file">false</bool>
<!-- Use ERI text for network name on CDMA LTE -->
<bool name="config_LTE_eri_for_network_name">true</bool>