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

Commit 0a64663c authored by Xia Ying's avatar Xia Ying Committed by Android Git Automerger
Browse files

am 7fc2aaaf: SMS 8-bit GSM characters decoding support

* commit '7fc2aaaf1649decacb34ac56fbaf5ab79c8f11cb':
  SMS 8-bit GSM characters decoding support
parents e800de4f 482c6e7d
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>