Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eff8a64d authored by PAVAN ITTAMALLA's avatar PAVAN ITTAMALLA Committed by Aishwarya Mallampati
Browse files

Google RCS uses FTEU MO SMS for phone number verification.

abtd run: https://android-build.corp.google.com/builds/abtd/run/L33700030001581547

BUG: 309940653, 305921190, 305917950, 295455225, 313589607, 312352654, 318607229, 317158884, 322108574
Test: atest android.telephony.cts.SmsUsageMonitorShortCodeTest

Change-Id: I61778dba6d8609bec7ea5f3f1e2f901c69d1c590
parent 5059e0cc
Loading
Loading
Loading
Loading
+14 −5
Original line number Diff line number Diff line
@@ -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" />
@@ -86,7 +86,7 @@
    <shortcode country="cn" premium="1066.*" free="1065.*" />

    <!-- Colombia: 1-6 digits (not confirmed) -->
    <shortcode country="co" pattern="\\d{1,6}" free="890350|908160|892255|898002|898880|899960|899948|87739|85517" />
    <shortcode country="co" pattern="\\d{1,6}" free="890350|908160|892255|898002|898880|899960|899948|87739|85517|491289" />

    <!-- Cyprus: 4-6 digits (not confirmed), known premium codes listed, plus EU -->
    <shortcode country="cy" pattern="\\d{4,6}" premium="7510" free="116\\d{3}" />
@@ -104,6 +104,12 @@
    <!-- Denmark: see http://iprs.webspacecommerce.com/Denmark-Premium-Rate-Numbers -->
    <shortcode country="dk" pattern="\\d{4,5}" premium="1\\d{3}" free="116\\d{3}|4665" />

    <!-- Dominican Republic: 1-6 digits (standard system default, not country specific) -->
    <shortcode country="do" pattern="\\d{1,6}" free="912892" />

    <!-- Ecuador: 1-6 digits (standard system default, not country specific) -->
    <shortcode country="ec" pattern="\\d{1,6}" free="466453" />

    <!-- Estonia: short codes 3-5 digits starting with 1, plus premium 7 digit numbers starting with 90, plus EU.
         http://www.tja.ee/public/documents/Elektrooniline_side/Oigusaktid/ENG/Estonian_Numbering_Plan_annex_06_09_2010.mht -->
    <shortcode country="ee" pattern="1\\d{2,4}" premium="90\\d{5}|15330|1701[0-3]" free="116\\d{3}|95034" />
@@ -154,8 +160,8 @@
         http://www.comreg.ie/_fileupload/publications/ComReg1117.pdf -->
    <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" />
    <!-- Israel: 1-5 digits, known premium codes listed -->
    <shortcode country="il" pattern="\\d{1,5}" premium="4422|4545" free="37477|6681" />

    <!-- Italy: 5 digits (premium=41xxx,42xxx), plus EU:
         https://www.itu.int/dms_pub/itu-t/oth/02/02/T020200006B0001PDFE.pdf -->
@@ -193,11 +199,14 @@
    <shortcode country="mk" pattern="\\d{1,6}" free="129005|122" />

    <!-- Mexico: 4-5 digits (not confirmed), known premium codes listed -->
    <shortcode country="mx" pattern="\\d{4,5}" premium="53035|7766" free="26259|46645|50025|50052|5050|76551|88778|9963|91101|45453" />
    <shortcode country="mx" pattern="\\d{4,6}" premium="53035|7766" free="26259|46645|50025|50052|5050|76551|88778|9963|91101|45453|550346" />

    <!-- 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: 1-5 digits (standard system default, not country specific) -->
    <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" />