diff options
| author | 2023-09-21 16:55:01 +0000 | |
|---|---|---|
| committer | 2023-09-21 16:55:01 +0000 | |
| commit | 4367c6f089968b09d7e25ba49e824ff5c43aef6c (patch) | |
| tree | 291ddc2b49e15d33de54bdf9d500e7db0c228d32 | |
| parent | 0795f42bbd5a23b1dce77a99bab4ec4572cedbbc (diff) | |
| parent | 08c0d31c71ca2bd45dae04fe1a5902b97cd49ac4 (diff) | |
Merge "Add google-owned SMS short codes for Palestine" into main am: 08c0d31c71
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2754967
Change-Id: If5c412fb861ad9b2e64db442a9bcb15c4c223566
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -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" /> |