Merge "Update display dim configuration" into main

This commit is contained in:
Treehugger Robot 2024-08-01 12:10:16 +00:00 committed by Android (Google) Code Review
commit 4c5aff1313

View file

@ -318,4 +318,11 @@
<!-- Pre-scale volume at volume step 3 for Absolute Volume --> <!-- Pre-scale volume at volume step 3 for Absolute Volume -->
<fraction name="config_prescaleAbsoluteVolume_index3">100%</fraction> <fraction name="config_prescaleAbsoluteVolume_index3">100%</fraction>
<!-- User activity timeout: Maximum screen dim duration in milliseconds. -->
<integer name="config_maximumScreenDimDuration">20000</integer>
<!-- User activity timeout: Maximum screen dim duration as a percentage of screen off timeout.
-->
<fraction name="config_maximumScreenDimRatio">33%</fraction>
</resources> </resources>