diff options
| author | 2023-11-07 17:34:53 +0000 | |
|---|---|---|
| committer | 2023-11-07 17:34:53 +0000 | |
| commit | 17e50ec22a67ed75e47c0bda79c6c3ae40fbcee7 (patch) | |
| tree | ff86df470b15e34dbf09188746919051281c6e91 | |
| parent | 0294f28d765f01b6c63ac319f0b8ed11b6a883b9 (diff) | |
| parent | 8d78fb5aa07648453644a90412e2b1f9f3dcd275 (diff) | |
Merge "Add google-owned SMS short codes for Namibia, United Arab Emirates" into main am: 6313459055 am: 8d78fb5aa0
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2818944
Change-Id: I6259c50f08f4a03b41264b9cf4b240c3389752e2
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 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/core/res/res/xml/sms_short_codes.xml b/core/res/res/xml/sms_short_codes.xml index 3a2e50aa06e8..709646b00e5c 100644 --- a/core/res/res/xml/sms_short_codes.xml +++ b/core/res/res/xml/sms_short_codes.xml @@ -34,7 +34,7 @@ http://smscoin.net/software/engine/WordPress/Paid+SMS-registration/ --> <!-- Arab Emirates --> - <shortcode country="ae" pattern="\\d{1,5}" free="1017|1355|3214" /> + <shortcode country="ae" pattern="\\d{1,5}" free="1017|1355|3214|6253" /> <!-- Albania: 5 digits, known short codes listed --> <shortcode country="al" pattern="\\d{5}" premium="15191|55[56]00" /> @@ -155,7 +155,7 @@ <shortcode country="ie" pattern="\\d{5}" premium="5[3-9]\\d{3}" free="50\\d{3}|116\\d{3}" standard="5[12]\\d{3}" /> <!-- Israel: 4 digits, known premium codes listed --> - <shortcode country="il" pattern="\\d{4}" premium="4422|4545" /> + <shortcode country="il" pattern="\\d{1,5}" premium="4422|4545" free="37477" /> <!-- Italy: 5 digits (premium=41xxx,42xxx), plus EU: https://www.itu.int/dms_pub/itu-t/oth/02/02/T020200006B0001PDFE.pdf --> @@ -198,6 +198,9 @@ <!-- Malaysia: 5 digits: http://www.skmm.gov.my/attachment/Consumer_Regulation/Mobile_Content_Services_FAQs.pdf --> <shortcode country="my" pattern="\\d{5}" premium="32298|33776" free="22099|28288|66668" /> + <!-- Namibia: 5 digits --> + <shortcode country="na" pattern="\\d{1,5}" free="40005" /> + <!-- The Netherlands, 4 digits, known premium codes listed, plus EU --> <shortcode country="nl" pattern="\\d{4}" premium="4466|5040" free="116\\d{3}|2223|6225|2223|1662" /> |