15 lines
606 B
XML
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>
|