sm6250-common: Add translatable="false" tags to ims package overlays

Bug: 147569830
Test: atest TeleServiceTests:PhoneGlobalsTest
Change-Id: I57d80bbf17fafdc87ba04c6e7f7ab9573482e395
This commit is contained in:
Brad Ebinger 2020-01-20 17:38:22 -08:00 committed by Demon000
parent 61394f2ce9
commit b2c3d6432a

View File

@ -15,8 +15,8 @@
for different hardware or product builds. --> for different hardware or product builds. -->
<resources> <resources>
<!-- String indicating the package name of the device ImsService implementation for MMTEL. --> <!-- 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 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> </resources>