diff options
author | 2022-06-28 18:20:23 +0000 | |
---|---|---|
committer | 2022-06-28 18:20:23 +0000 | |
commit | 494a1ed69174ccc4ae9fb0d8997d879c0b4d1a37 (patch) | |
tree | 747a8593a7790d637148ea6c705fd23c14da1618 | |
parent | 6f631e80db2b09f99c09e7ed21b2b4118b926a68 (diff) | |
parent | cc8280d9363be3fe2d82427847acd468471d26a2 (diff) |
Merge "Update SMS short code list for Bahrain"
-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 07885b0bc259..8519ddf002d6 100644 --- a/core/res/res/xml/sms_short_codes.xml +++ b/core/res/res/xml/sms_short_codes.xml @@ -61,7 +61,7 @@ <shortcode country="bg" pattern="\\d{4,5}" premium="18(?:16|423)|19(?:1[56]|35)" free="116\\d{3}|1988|1490" /> <!-- Bahrain: 1-5 digits (standard system default, not country specific) --> - <shortcode country="bh" pattern="\\d{1,5}" free="81181" /> + <shortcode country="bh" pattern="\\d{1,5}" free="81181|85999" /> <!-- Brazil: 1-5 digits (standard system default, not country specific) --> <shortcode country="br" pattern="\\d{1,5}" free="6000[012]\\d|876|5500|9963|4141|8000" /> |