sm8250-common: overlay: 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 LuK1337
parent 5952f01dbd
commit 1e0607b562

View file

@ -29,8 +29,8 @@
<bool name="config_enabled_lte" translatable="false">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>