config.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. <!-- Determine whether we should show the "listen for instructions" screen after
  8. successfully placing the OTA call -->
  9. <integer name="OtaShowListeningScreen">1</integer>
  10. <!-- DEPRECATED: Use CarrierConfigManager#KEY_WORLD_PHONE_BOOL -->
  11. <bool name="world_phone">true</bool>
  12. <!-- DEPRECATED: Use CarrierConfigManager#KEY_DTMF_TYPE_ENABLED_BOOL -->
  13. <bool name="dtmf_type_enabled">true</bool>
  14. <!-- Determine whether calls to mute the microphone in PhoneUtils
  15. are routed through the android.media.AudioManager class (true) or through
  16. the com.android.internal.telephony.Phone interface (false). -->
  17. <bool name="send_mic_mute_to_AudioManager">true</bool>
  18. <!-- DEPRECATED: Use CarrierConfigManager#KEY_CSP_ENABLED_BOOL -->
  19. <bool name="csp_enabled">true</bool>
  20. <!-- Flag indicating whether the device supports RTT (real-time text) -->
  21. <bool name="config_support_rtt">true</bool>
  22. <!-- String indicating the package name of the device ImsService implementation for MMTEL. -->
  23. <string name="config_ims_mmtel_package" translatable="false">org.codeaurora.ims</string>
  24. <!-- String indicating the package name of the device ImsService implementation for RCS. -->
  25. <string name="config_ims_rcs_package" translatable="false">vendor.qti.imsrcs</string>
  26. <!-- The package name for the platform number verification supplier app. -->
  27. <string name="platform_number_verification_package" translatable="false">com.google.android.gms</string>
  28. <!-- Whether the device supports dialing emergency RTT calls when there's no SIM card installed
  29. -->
  30. <bool name="config_support_simless_emergency_rtt">true</bool>
  31. </resources>