config.xml 902 B

123456789101112131415161718
  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. <!-- If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 or
  8. RIL_RADIO_TECHNOLOGY_UNKNOWN:0 this is the value that should be used instead.
  9. A configuration value of RIL_RADIO_TECHNOLOGY_UNKNOWN:0 means
  10. there is no replacement value and that the default assumption
  11. for phone type (GSM) should be used. -->
  12. <integer name="config_volte_replacement_rat">6</integer>
  13. <!-- Flag specifying whether VoLTE should be available for carrier: independent of
  14. carrier provisioning. If false: hard disabled. If true: then depends on carrier
  15. provisioning, availability etc -->
  16. <bool name="config_carrier_volte_available">true</bool>
  17. </resources>