diff options
| author | 2020-06-10 02:55:39 +0000 | |
|---|---|---|
| committer | 2020-06-10 02:55:39 +0000 | |
| commit | 4992fd1120f1568e429b0daddb1b3a03edbca87b (patch) | |
| tree | 129976ff8d4bc555ff66bdb176d7b0cf37096e3c | |
| parent | 5599ca731fcdd24e328aca933d52aa4544c13c7f (diff) | |
| parent | b78e8bcdfaf6208e2b82145f7360d843c7aac9f6 (diff) | |
Merge "New shortcodes to safelist (Q2 2020)" into rvc-dev
| -rw-r--r-- | core/res/res/xml/sms_short_codes.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/xml/sms_short_codes.xml b/core/res/res/xml/sms_short_codes.xml index 70917e76f8b4..d5733e34a8ef 100644 --- a/core/res/res/xml/sms_short_codes.xml +++ b/core/res/res/xml/sms_short_codes.xml @@ -39,7 +39,7 @@      <!-- Albania: 5 digits, known short codes listed -->      <shortcode country="al" pattern="\\d{5}" premium="15191|55[56]00" /> -    <!-- Argentia: 5 digits, known short codes listed --> +    <!-- Argentina: 5 digits, known short codes listed -->      <shortcode country="ar" pattern="\\d{5}" free="11711|28291" />      <!-- Armenia: 3-4 digits, emergency numbers 10[123] --> @@ -70,7 +70,7 @@      <shortcode country="by" pattern="\\d{4}" premium="3336|4161|444[4689]|501[34]|7781" />      <!-- Canada: 5-6 digits --> -    <shortcode country="ca" pattern="\\d{5,6}" premium="60999|88188|43030" standard="244444" /> +    <shortcode country="ca" pattern="\\d{5,6}" premium="60999|88188|43030" standard="244444" free="455677" />      <!-- Switzerland: 3-5 digits: http://www.swisscom.ch/fxres/kmu/thirdpartybusiness_code_of_conduct_en.pdf -->      <shortcode country="ch" pattern="[2-9]\\d{2,4}" premium="543|83111|30118" free="98765|30075|30047" />  |