config.xml 628 B

1234567891011121314151617
  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. <!-- Defines the actions shown in advanced reboot submenu -->
  8. <string-array name="config_restartActionsList">
  9. <item>restart</item>
  10. <item>restart_recovery</item>
  11. <item>restart_fastboot</item>
  12. <item>restart_bootloader</item>
  13. </string-array>
  14. <!-- Whether device has a screen with a higher aspect ratio -->
  15. <bool name="config_haveHigherAspectRatioScreen">true</bool>
  16. </resources>