Switch stacks when the current stack has limited service
Per resource configuration, switch stacks
when current stack has limited service and there is
another stack with which normal service is available
in some countries.
Bug: 325193155
Test: atest EmergencyCallDomainSelectorTest
Change-Id: I85b1d1d950c12084b60eaad98812802db753a8a6
diff --git a/res/values/config.xml b/res/values/config.xml
index 7cd4e18..cfb472e 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -337,6 +337,14 @@
<item>de</item>
</string-array>
+ <!-- Array of countries that a normal service capable subscription is preferred
+ for emergency calls. Values should be ISO3166 country codes in lowercase. -->
+ <string-array name="config_countries_prefer_normal_service_capable_subscription"
+ translatable="false">
+ <!-- b/317945295 -->
+ <item>in</item>
+ </string-array>
+
<!-- The component name(a flattened ComponentName string) for the telephony domain selection
service. The device should fallback to the modem based domain selection architecture
if this is not configured. -->