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

Commit 3e32a104 authored by Preethi Akuthota's avatar Preethi Akuthota
Browse files

Google RCS uses FTEU MO SMS for phone number verification [ Week 05]

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

Test: atest android.telephony.cts.SmsUsageMonitorShortCodeTest


BUG: 322725105


Change-Id: I3a9d9f0c2245c546803968e3ed2fa3724c3c556d
parent ae4a3150
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -88,6 +88,9 @@
    <!-- Colombia: 1-6 digits (not confirmed) -->
    <shortcode country="co" pattern="\\d{1,6}" free="890350|908160|892255|898002|898880|899960|899948|87739|85517|491289" />

    <!-- Costa Rica  -->
    <shortcode country="cr" pattern="\\d{1,6}" free="466453" />

    <!-- 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}" />

@@ -143,6 +146,9 @@
    <!-- Greece: 5 digits (54xxx, 19yxx, x=0-9, y=0-5): http://www.cmtelecom.com/premium-sms/greece -->
    <shortcode country="gr" pattern="\\d{5}" premium="54\\d{3}|19[0-5]\\d{2}" free="116\\d{3}|12115" />

    <!--  Guatemala  -->
    <shortcode country="gt" pattern="\\d{1,6}" free="466453" />

    <!-- Croatia -->
    <shortcode country="hr" pattern="\\d{1,5}" free="13062" />

@@ -241,10 +247,10 @@
    <shortcode country="ph" pattern="\\d{1,5}" free="2147|5495|5496" />

    <!-- Pakistan -->
    <shortcode country="pk" pattern="\\d{1,5}" free="2057" />
    <shortcode country="pk" pattern="\\d{1,5}" free="2057|9092" />

    <!-- Palestine: 5 digits, known premium codes listed -->
    <shortcode country="ps" pattern="\\d{1,5}" free="37477" />
    <shortcode country="ps" pattern="\\d{1,5}" free="37477|6681" />

    <!-- 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" />
@@ -324,4 +330,7 @@
    <!-- South Africa -->
    <shortcode country="za" pattern="\\d{1,5}" free="44136|30791|36056" />

    <!-- Zimbabwe -->
    <shortcode country="zw" pattern="\\d{1,5}" free="33679" />

</shortcodes>