Files
device_samsung_a71-common/overlay/TelephonyResCommon/res/values/config.xml
Sebastiano Barezzi 1cd6863693 a71-common: overlay: Convert overlays to RRO
Change-Id: I9b52a3357ba2aac8c28b5518f1ab151b64007ae8
2026-01-23 10:28:43 +07:00

15 lines
606 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
/*
* SPDX-FileCopyrightText: The LineageOS Project
* SPDX-License-Identifier: Apache-2.0
*/
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- String indicating the package name of the device ImsService implementation for MMTEL. -->
<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" translatable="false">com.android.service.ims</string>
</resources>