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 fae2b34..9e5b9d7 100644 --- a/overlay/packages/services/Telephony/res/values/config.xml +++ b/overlay/packages/services/Telephony/res/values/config.xml @@ -46,4 +46,10 @@ <!-- Allows the telephony HFA logic to run even if we're not in setup wizard. --> <bool name="config_allow_hfa_outside_of_setup_wizard">false</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> |