13 строки
492 B
XML
13 строки
492 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2024 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>
|