Fix domain selection service configuration for plug-in architecture

Bug: 258112541
Test: build
Change-Id: Ia2531e9ab165a9c3b87cc2fc2e06428d99dc9ffa
This commit is contained in:
Hunsuk Choi 2024-01-09 03:44:41 +00:00
parent b1aaf685e9
commit 398dc0786a
3 changed files with 12 additions and 9 deletions

View file

@ -17,7 +17,8 @@
<!-- Phone app resources that may need to be customized <!-- Phone app resources that may need to be customized
for different hardware or product builds. --> for different hardware or product builds. -->
<resources> <resources>
<!-- Flag specifying whether the AOSP domain selection is enabled or <!-- The component name(a flattened ComponentName string) for the telephony domain selection
the device should fallback to the modem based domain selection architecture. --> service. The device should fallback to the modem based domain selection architecture
<bool name="config_enable_aosp_domain_selection">true</bool> 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> </resources>

View file

@ -17,7 +17,8 @@
<!-- Phone app resources that may need to be customized <!-- Phone app resources that may need to be customized
for different hardware or product builds. --> for different hardware or product builds. -->
<resources> <resources>
<!-- Flag specifying whether the AOSP domain selection is enabled or <!-- The component name(a flattened ComponentName string) for the telephony domain selection
the device should fallback to the modem based domain selection architecture. --> service. The device should fallback to the modem based domain selection architecture
<bool name="config_enable_aosp_domain_selection">true</bool> 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> </resources>

View file

@ -17,7 +17,8 @@
<!-- Phone app resources that may need to be customized <!-- Phone app resources that may need to be customized
for different hardware or product builds. --> for different hardware or product builds. -->
<resources> <resources>
<!-- Flag specifying whether the AOSP domain selection is enabled or <!-- The component name(a flattened ComponentName string) for the telephony domain selection
the device should fallback to the modem based domain selection architecture. --> service. The device should fallback to the modem based domain selection architecture
<bool name="config_enable_aosp_domain_selection">true</bool> 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> </resources>