overlay: tv: remove minimum screenoff timeout
* Fixes screen saver on Android TV. * IIRC this is an old hack when Android TV didn't respect stay awake option. Probably hasn't been needed in years.
This commit is contained in:
@@ -17,17 +17,6 @@
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<!-- User activity timeout: Minimum screen off timeout in milliseconds.
|
||||
|
||||
Sets a lower bound for the {@link Settings.System#SCREEN_OFF_TIMEOUT} setting
|
||||
which determines how soon the device will go to sleep when there is no
|
||||
user activity.
|
||||
|
||||
This value must be greater than zero, otherwise the device will immediately
|
||||
fall asleep again as soon as it is awoken.
|
||||
-->
|
||||
<integer name="config_minimumScreenOffTimeout">86400000</integer>
|
||||
|
||||
<!-- Default screen brightness setting.
|
||||
Must be in the range specified by minimum and maximum. -->
|
||||
<integer name="config_screenBrightnessSettingDefault">128</integer>
|
||||
|
Reference in New Issue
Block a user