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

Commit 8431b554 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Telephony: Add 7bit Ascii support for long messages"

parents 0c2680c2 10dcc0b6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1396,6 +1396,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>

    <!-- bool value to for enabling motion accelerometer -->
    <bool name="use_motion_accel">false</bool>

+1 −0
Original line number Diff line number Diff line
@@ -296,6 +296,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" />