16 lines
501 B
XML
16 lines
501 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">
|
|
|
|
<!-- Class name for the default in-call UI Service [DO NOT TRANSLATE] -->
|
|
<string name="incall_default_class" translatable="false">com.android.incallui.InCallServiceImpl</string>
|
|
|
|
<!-- Flag indicating if the tty is enabled -->
|
|
<bool name="tty_enabled">true</bool>
|
|
</resources>
|