Fix domain selection service configuration for plug-in architecture

Bug: 258112541
Test: build
Change-Id: I21833699893bed05143401f8424db553a7392d57
This commit is contained in:
Hunsuk Choi 2024-01-11 01:29:31 +00:00
parent 623f06d21f
commit 268cfbd75e

View file

@ -17,7 +17,8 @@
<!-- Phone app resources that may need to be customized
for different hardware or product builds. -->
<resources>
<!-- Flag specifying whether the AOSP domain selection is enabled or
the device should fallback to the modem based domain selection architecture. -->
<bool name="config_enable_aosp_domain_selection">true</bool>
<!-- 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. -->
<string name="config_domain_selection_service_component_name" translatable="false">com.android.phone/com.android.services.telephony.domainselection.TelephonyDomainSelectionService</string>
</resources>