config.xml 492 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (C) 2024 The LineageOS Project
  4. SPDX-License-Identifier: Apache-2.0
  5. -->
  6. <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  7. <!-- Class name for the default in-call UI Service [DO NOT TRANSLATE] -->
  8. <string name="incall_default_class" translatable="false">com.android.incallui.InCallServiceImpl</string>
  9. <!-- Flag indicating if the tty is enabled -->
  10. <bool name="tty_enabled">true</bool>
  11. </resources>