Add translatable="false" tags to ims package overlays

am: 2217affa69

Change-Id: I198606429756805b24f770eef3887f32df62e5da
This commit is contained in:
Brad Ebinger
2020-01-21 14:53:21 -08:00
committed by android-build-merger

View File

@@ -28,8 +28,8 @@
<bool name="config_support_telephony_audio_device">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>
</resources>