diff options
Diffstat (limited to 'overlay/packages')
-rw-r--r-- | overlay/packages/services/Telephony/res/values/config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml index 878f337..576a774 100644 --- a/overlay/packages/services/Telephony/res/values/config.xml +++ b/overlay/packages/services/Telephony/res/values/config.xml @@ -42,4 +42,10 @@ <!-- Show Preferred Network Type options in No SIM case --> <bool name="config_no_sim_display_network_modes">true</bool> + + <!-- String indicating the package name of the device ImsService implementation for MMTEL. --> + <string name="config_ims_mmtel_package">org.codeaurora.ims</string> + + <!-- String indicating the package name of the device ImsService implementation for RCS. --> + <string name="config_ims_rcs_package">com.android.service.ims</string> </resources> |