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

Commit 482c6e7d authored by Xia Ying's avatar Xia Ying Committed by Amit Mahajan
Browse files

SMS 8-bit GSM characters decoding support

Support decoding the user data payload as pack GSM 8-bit (a GSM alphabet
string that's stored in 8-bit unpacked format) characters.

Change-Id: I790dd448a8aaed952d5e24961d9fc509112f7486

Conflicts:
	core/res/res/values/config.xml
	core/res/res/values/symbols.xml
parent 7560953e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1657,4 +1657,8 @@
    <!-- Default text encoding for WebSettings. @hide @SystemApi -->
    <string name="config_webSettingsDefaultTextEncoding">UTF-8</string>

    <!--From SmsMessage-->
    <!--Support decoding the user data payload as pack GSM 8-bit (a GSM alphabet
        string that's stored in 8-bit unpacked format) characters.-->
    <bool translatable="false" name="config_sms_decode_gsm_8bit_data">false</bool>
</resources>
+5 −0
Original line number Diff line number Diff line
@@ -1965,4 +1965,9 @@
  <java-symbol type="array" name="config_cdma_home_system" />
  <java-symbol type="attr" name="headerSelectedTextColor" />
  <java-symbol type="attr" name="amPmSelectedBackgroundColor" />

  <!--From SmsMessage-->
  <!--Support decoding the user data payload as pack GSM 8-bit (a GSM alphabet
     string that's stored in 8-bit unpacked format) characters.-->
  <java-symbol type="bool" name="config_sms_decode_gsm_8bit_data" />
</resources>