Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 368cf66e authored by Amit Mahajan's avatar Amit Mahajan Committed by Android Git Automerger
Browse files

am dee84a87: am c5da1d3d: Merge "Adding new config variable that is used to...

am dee84a87: am c5da1d3d: Merge "Adding new config variable that is used to determine if ERI should be used when voice RAT is LTE on CDMA network." into lmp-mr1-dev automerge: cac86629

* commit 'dee84a87':
  Adding new config variable that is used to determine if ERI should be used when voice RAT is LTE on CDMA network.
parents 281dc0aa dee84a87
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1975,7 +1975,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>
+1 −0
Original line number Diff line number Diff line
@@ -2150,4 +2150,5 @@
  <java-symbol type="string" name="kg_text_message_separator" />

  <java-symbol type="bool" name="config_use_sim_language_file" />
  <java-symbol type="bool" name="config_LTE_eri_for_network_name" />
</resources>