config.xml 1017 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. <!-- Tiles to auto add to Quick Settings upon first change of a given secure setting.
  8. The syntax is setting-name:spec. If the tile is a TileService, the spec should be specified
  9. as custom(package/class). Relative class name is supported. -->
  10. <string-array name="config_quickSettingsAutoAdd" translatable="false">
  11. <item>accessibility_display_inversion_enabled:inversion</item>
  12. <item>wind_down_first_time_setup:custom(com.google.android.apps.wellbeing/.screen.ui.GrayscaleTileService)</item>
  13. <item>focus_mode_first_time_setup:custom(com.google.android.apps.wellbeing/.focusmode.quicksettings.FocusModeTileService)</item>
  14. </string-array>
  15. <!-- Doze: does this device support STATE_DOZE? -->
  16. <bool name="doze_display_state_supported">true</bool>
  17. </resources>