Merge "Customize Max Screen Timeout" into main

This commit is contained in:
Treehugger Robot
2025-03-13 20:14:55 -07:00
committed by Android (Google) Code Review
3 changed files with 118 additions and 13 deletions

View File

@@ -859,6 +859,11 @@
<!-- Disable the Testing Setting Menu for user builds, i.e only display the menu on userdebug/eng builds -->
<bool name="config_hide_testing_settings_menu_for_user_builds">false</bool>
<!-- Configurable maximum screen timeout value shown in Screen timeout settings. Any timeout
values in R.arrays.screen_timeout_values that exceed this maximum will be hidden.
Leave empty to disable configuration and keep the default behavior. -->
<integer name="config_max_screen_timeout"></integer>
<!-- Whether the Gaze is enabled -->
<bool name="config_gazeEnabled">false</bool>
</resources>