config.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. <!-- Display settings screen, Color mode options. Must be the same length and order as
  8. config_color_mode_options_values below. Only the values that also appear in
  9. frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. -->
  10. <string-array name="config_color_mode_options_strings" translatable="false">
  11. <item>Natural</item>
  12. <item>Boosted</item>
  13. <item>Saturated</item>
  14. <item>Adaptive</item>
  15. <item>Reserved and unset: 256</item>
  16. <item>Reserved and unset: 257</item>
  17. <item>Reserved and unset: 258</item>
  18. <item>Reserved and unset: 259</item>
  19. <item>Reserved and unset: 260</item>
  20. <item>Reserved and unset: 261</item>
  21. <item>Reserved and unset: 262</item>
  22. <item>Reserved and unset: 263</item>
  23. <item>Reserved and unset: 264</item>
  24. <item>Reserved and unset: 265</item>
  25. </string-array>
  26. <!-- Display settings screen, Color mode options. Must be the same length and order as
  27. config_color_mode_options_strings above. Only the values that also appear in
  28. frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. -->
  29. <integer-array name="config_color_mode_options_values" translatable="false">
  30. <item>0</item>
  31. <item>1</item>
  32. <item>2</item>
  33. <item>3</item>
  34. <item>256</item>
  35. <item>257</item>
  36. <item>258</item>
  37. <item>259</item>
  38. <item>260</item>
  39. <item>261</item>
  40. <item>262</item>
  41. <item>263</item>
  42. <item>264</item>
  43. <item>265</item>
  44. </integer-array>
  45. <!-- Max network scan search time in seconds -->
  46. <integer name="config_network_scan_helper_max_search_time_sec">254</integer>
  47. </resources>