Enable dynamic routing for tmobile_cz and vodafone_cz carriers
This change enables dynamic routing for the tmobile_cz and vodafone_cz carriers and adds 156 as the dynamic routing emergency number. Flag: EXEMPT resource only update Bug: 393518741 Bug: 392927325 Test: manual test - make a call to 156 for each carrier (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e1b18a7fb444ea34f5379e05fd15c72b7c2fb767) Merged-In: Ic52fb90e4c6dde06b551cf742ba4fe7ef4f48f80 Change-Id: Ic52fb90e4c6dde06b551cf742ba4fe7ef4f48f80
This commit is contained in:
parent
97325171f4
commit
8d07cbe80e
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
Values should be ISO3166 country codes in lowercase. -->
|
||||
<string-array name="config_countries_dynamic_routing_emergency_enabled"
|
||||
translatable="false">
|
||||
<!-- b/393518741 -->
|
||||
<item>cz</item>
|
||||
<item>in</item>
|
||||
<item>il</item>
|
||||
<item>tw</item>
|
||||
|
@ -40,6 +42,9 @@
|
|||
Values are the tuples of Country ISO, MNC, and numbers. -->
|
||||
<string-array name="config_dynamic_routing_emergency_numbers"
|
||||
translatable="false">
|
||||
<!-- b/393518741 -->
|
||||
<item>cz,01,156</item>
|
||||
<item>cz,03,156</item>
|
||||
<item>in,,101,102,103,108</item>
|
||||
<item>il,,101,102</item>
|
||||
<item>tw,,110,119</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue