diff options
| author | 2018-11-05 11:31:11 -0200 | |
|---|---|---|
| committer | 2018-11-05 11:35:15 -0200 | |
| commit | 9e40d1a047d3f5721ddbae743f9d0d046ae56c9c (patch) | |
| tree | 04c4224c70df95715e54176ee3063ff62bcebc60 | |
| parent | 6dd64df8b382d483e3c9631c01a24b335bb9de03 (diff) | |
Adding 1662 for Netherlands in the SMS shortcode whitelist.
Added 1662 for Netherlands in Q3 SMS shortcode whitelist.
Test: Tests performed by Salvatore Baglieri.
BUG: 111393528
Change-Id: I406c6c7260f5bce365b3f116df8ef2045c9ba3fa
Signed-off-by: Fabrício Ferracioli <fferracioli@google.com>
| -rw-r--r-- | core/res/res/xml/sms_short_codes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/xml/sms_short_codes.xml b/core/res/res/xml/sms_short_codes.xml index 7b3d940b91f3..716376997f81 100644 --- a/core/res/res/xml/sms_short_codes.xml +++ b/core/res/res/xml/sms_short_codes.xml @@ -187,7 +187,7 @@ <shortcode country="my" pattern="\\d{5}" premium="32298|33776" free="22099|28288" /> <!-- 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" /> + <shortcode country="nl" pattern="\\d{4}" premium="4466|5040" free="116\\d{3}|2223|6225|2223|1662" /> <!-- Nigeria --> <shortcode country="ng" pattern="\\d{1,5}" free="2441" /> |