config.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (C) 2024 The LineageOS Project
  4. SPDX-License-Identifier: Apache-2.0
  5. -->
  6. <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  7. <!-- National language single shift tables to enable for SMS encoding.
  8. Decoding is always enabled. 3GPP TS 23.038 states that this feature
  9. should not be enabled until a formal request is issued by the relevant
  10. national regulatory body. Array elements are codes from the table above.
  11. Example 1: devices sold in Turkey must include table 1 to conform with
  12. By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
  13. Example 2: devices sold in India should include tables 4 through 13
  14. to enable use of the new Release 9 tables for Indic languages. -->
  15. <integer-array name="config_sms_enabled_single_shift_tables">
  16. <item>1</item>
  17. <item>2</item>
  18. <item>3</item>
  19. <item>4</item>
  20. <item>5</item>
  21. <item>6</item>
  22. <item>7</item>
  23. <item>8</item>
  24. <item>9</item>
  25. <item>10</item>
  26. <item>11</item>
  27. <item>12</item>
  28. <item>13</item>
  29. </integer-array>
  30. <!-- National language locking shift tables to enable for SMS encoding.
  31. Decoding is always enabled. 3GPP TS 23.038 states that this feature
  32. should not be enabled until a formal request is issued by the relevant
  33. national regulatory body. Array elements are codes from the table above.
  34. Example 1: devices sold in Turkey must include table 1 after the
  35. Turkish Telecommunication Authority requires locking shift encoding
  36. to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
  37. See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
  38. Example 2: devices sold in India should include tables 4 through 13
  39. to enable use of the new Release 9 tables for Indic languages. -->
  40. <integer-array name="config_sms_enabled_locking_shift_tables">
  41. <item>1</item>
  42. <item>2</item>
  43. <item>3</item>
  44. <item>4</item>
  45. <item>5</item>
  46. <item>6</item>
  47. <item>7</item>
  48. <item>8</item>
  49. <item>9</item>
  50. <item>10</item>
  51. <item>11</item>
  52. <item>12</item>
  53. <item>13</item>
  54. </integer-array>
  55. </resources>