diff options
| author | 2018-11-06 03:34:33 +0000 | |
|---|---|---|
| committer | 2018-11-06 03:34:33 +0000 | |
| commit | fa1536d33dea0c96fa1bbb2ffd23f5d3215a122c (patch) | |
| tree | c11ff9b893e973fc8119e1186dae1606809ec43f | |
| parent | 1a517ba85256f0e4388f3f73189d36c9353e568b (diff) | |
| parent | 9e40d1a047d3f5721ddbae743f9d0d046ae56c9c (diff) | |
Merge "Adding 1662 for Netherlands in the SMS shortcode whitelist."
| -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" />  |