diff options
| author | 2020-05-11 02:14:56 +0000 | |
|---|---|---|
| committer | 2020-05-11 02:14:56 +0000 | |
| commit | 97e6f46cbb7c209ae33d0080b87d4564b7da2b6c (patch) | |
| tree | dff83bb2457b06d4b0b35156221560737ab3018d | |
| parent | 5a097ffef694e14cf08ddb3b6f5d029c58ccd97b (diff) | |
| parent | e6bf432df8dd08bd11e284106391e285b77ed480 (diff) | |
Merge "Signed-off-by: Shawn Lien <shawnlien@google.com>"
| -rw-r--r-- | core/res/res/xml/sms_short_codes.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/xml/sms_short_codes.xml b/core/res/res/xml/sms_short_codes.xml index 70917e76f8b4..9cc04d341bdf 100644 --- a/core/res/res/xml/sms_short_codes.xml +++ b/core/res/res/xml/sms_short_codes.xml @@ -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" />  |