Merge "Update display dim configuration" into main

This commit is contained in:
Jeff Chang 2024-10-28 15:45:09 +00:00 committed by Android (Google) Code Review
commit 81243890ae

View file

@ -533,11 +533,4 @@
<!-- The intent action to handle oem-enabled satellite demo mode SOS messaging. --> <!-- The intent action to handle oem-enabled satellite demo mode SOS messaging. -->
<string name="config_satellite_demo_mode_sos_intent_action">com.google.android.apps.stargate.ACTION_ESOS_DEMO</string> <string name="config_satellite_demo_mode_sos_intent_action">com.google.android.apps.stargate.ACTION_ESOS_DEMO</string>
<!-- 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>