summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--overlay/packages/services/Telephony/res/values/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml
index fde52c23..c269e3d1 100644
--- a/overlay/packages/services/Telephony/res/values/config.xml
+++ b/overlay/packages/services/Telephony/res/values/config.xml
@@ -24,10 +24,10 @@
<bool name="config_support_rtt">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 name="config_ims_mmtel_package" translatable="false">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>
+ <string name="config_ims_rcs_package" translatable="false">com.android.service.ims</string>
<!-- This device supports the AudioManager Telephony audio device and output onto this
device using {@link AudioDeviceInfo#TYPE_TELEPHONY}.