Merge "Fix domain selection service configuration for plug-in architecture" into main
This commit is contained in:
commit
0aa1326763
3 changed files with 12 additions and 9 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue