diff options
author | 2021-06-01 16:37:10 +0000 | |
---|---|---|
committer | 2021-06-01 16:37:10 +0000 | |
commit | 65db2bd3b38fefb4154c252e893bf616c31091ab (patch) | |
tree | eaa073486503c1ab587b8acad2665ffbef1233eb | |
parent | aeff94ee1983f24ab13a051815056482b5d966a6 (diff) | |
parent | 1406961d5ab7c27dcf014890cb0fe73032cc6b1c (diff) |
Merge "Support Taiwan Covid-19 free short code"
-rw-r--r-- | core/res/res/xml/sms_short_codes.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/xml/sms_short_codes.xml b/core/res/res/xml/sms_short_codes.xml index 2650d9f69dd7..2be5c4746345 100644 --- a/core/res/res/xml/sms_short_codes.xml +++ b/core/res/res/xml/sms_short_codes.xml @@ -245,6 +245,9 @@ <!-- Slovakia: 4 digits (premium), plus EU: http://www.cmtelecom.com/premium-sms/slovakia --> <shortcode country="sk" premium="\\d{4}" free="116\\d{3}|8000" /> + <!-- Taiwan --> + <shortcode country="tw" pattern="\\d{4}" free="1922" /> + <!-- Thailand: 4186001 used by AIS_TH_DCB --> <shortcode country="th" pattern="\\d{1,5}" premium="4\\d{6}" free="4186001" /> |