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

Commit 7193da0d authored by Sridhar Dubbaka's avatar Sridhar Dubbaka Committed by Steve Kondik
Browse files

Telephony: Add 7bit Ascii support for long messages

Add config item for 7bit Ascii encoding and decoding
support for long messages

Change-Id: I54080a5c63fd2dc470f38edeffbe58729c22adf9
parent c2730077
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1472,6 +1472,10 @@
         error cause as Regular deactivation(36). -->
    <bool name="config_radio_reset_on_regular_deactivation">true</bool>

    <!-- Configuartion to support 7bit Ascii encoding and decoding
         for long messages. -->
    <bool name="config_ascii_7bit_support_for_long_message">false</bool>

    <!-- Configuration to sending and receiving Mms when mobile data is disable.-->
    <bool name="config_setup_mms_data">false</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -293,6 +293,7 @@
  <java-symbol type="bool" name="skip_radio_power_off_on_sim_refresh_reset" />
  <java-symbol type="bool" name="config_radio_reset_on_regular_deactivation" />
  <java-symbol type="bool" name="config_send_sms1x_on_voice_call" />
  <java-symbol type="bool" name="config_ascii_7bit_support_for_long_message" />

  <java-symbol type="integer" name="config_cursorWindowSize" />
  <java-symbol type="integer" name="config_extraFreeKbytesAdjust" />