config.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  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. <!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
  8. autodetected from the Configuration. -->
  9. <bool name="config_showNavigationBar">true</bool>
  10. <!-- Control whether the always on display mode is available. This should only be enabled on
  11. devices where the display has been tuned to be power efficient in DOZE and/or DOZE_SUSPEND
  12. states. -->
  13. <bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
  14. <!-- Control whether the always on display mode is enabled by default. This value will be used
  15. during initialization when the setting is still null. -->
  16. <bool name="config_dozeAlwaysOnEnabled">false</bool>
  17. <!-- When true use the linux /dev/input/event subsystem to detect the switch changes
  18. on the headphone/microphone jack. When false use the older uevent framework. -->
  19. <bool name="config_useDevInputEventForAudioJack">true</bool>
  20. <!-- Default files to pin via Pinner Service -->
  21. <string-array name="config_defaultPinnerServiceFiles" translatable="false">
  22. <item>/system/framework/framework.jar</item>
  23. <item>/system/framework/services.jar</item>
  24. <item>/system/bin/surfaceflinger</item>
  25. </string-array>
  26. <!-- Whether the device enable the standalone (SA) mode of 5G NR.-->
  27. <bool name="config_telephony5gStandalone">true</bool>
  28. <!-- Whether the device enable the non-standalone (NSA) mode of 5G NR.-->
  29. <bool name="config_telephony5gNonStandalone">true</bool>
  30. </resources>