diff options
| -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 3b099e8ccafc..af8c69ea1441 100644 --- a/core/res/res/xml/sms_short_codes.xml +++ b/core/res/res/xml/sms_short_codes.xml @@ -216,6 +216,9 @@ <!-- Pakistan --> <shortcode country="pk" pattern="\\d{1,5}" free="2057" /> + <!-- Palestine: 5 digits, known premium codes listed --> + <shortcode country="ps" pattern="\\d{1,5}" free="37477" /> + <!-- Poland: 4-5 digits (not confirmed), known premium codes listed, plus EU --> <shortcode country="pl" pattern="\\d{4,5}" premium="74240|79(?:10|866)|92525" free="116\\d{3}|8012|80921" /> |