Whitelist AR|CO C11n FreeToEndUser (FTEU) ShortCodes
In AR and CO it looks like Motorola and other devices are blocking the FTEU ShortCodes even though the are only being used for Android N+ devices (android error SHORT_CODE_NOT_ALLOWED). Interesting its only happening in a few countries. Therefore, lets mark that as FREE Whitelisted to help avoid this issue. BUG: 144592062 Test: None Change-Id: I16e4b282b6fc1cb7fac4f7e23d2cd86f1b71da28 Signed-off-by: Alan Hurney <alahurn@google.com>
This commit is contained in:
@@ -39,6 +39,9 @@
|
||||
<!-- Albania: 5 digits, known short codes listed -->
|
||||
<shortcode country="al" pattern="\\d{5}" premium="15191|55[56]00" />
|
||||
|
||||
<!-- Argentia: 5 digits, known short codes listed -->
|
||||
<shortcode country="ar" pattern="\\d{5}" free="11711|28291" />
|
||||
|
||||
<!-- Armenia: 3-4 digits, emergency numbers 10[123] -->
|
||||
<shortcode country="am" pattern="\\d{3,4}" premium="11[2456]1|3024" free="10[123]" />
|
||||
|
||||
@@ -80,7 +83,7 @@
|
||||
<shortcode country="cn" premium="1066.*" free="1065.*" />
|
||||
|
||||
<!-- Colombia: 1-6 digits (not confirmed) -->
|
||||
<shortcode country="co" pattern="\\d{1,6}" free="890350|908160" />
|
||||
<shortcode country="co" pattern="\\d{1,6}" free="890350|908160|892255|898002|898880|899960" />
|
||||
|
||||
<!-- 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}" />
|
||||
|
||||
Reference in New Issue
Block a user