comet: add default configure

Sync the configuration from Felix

Bug: 301033984
Test: manual
Change-Id: I890d00a45e113318f54acd0bf2d413e850e9fcb9
This commit is contained in:
derickhong 2023-09-27 16:43:10 +08:00 committed by Derick Hong
parent 40db64d8b9
commit 1575ed2022

View file

@ -130,6 +130,25 @@
<integer name="config_autoBrightnessBrighteningLightDebounce">1000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
<!-- The device states (supplied by DeviceStateManager) that should be treated as folded by the
display fold controller. -->
<integer-array name="config_foldedDeviceStates" translatable="false">
<item>0</item> <!-- CLOSED -->
</integer-array>
<!-- Indicates whether to enable an animation when unfolding a device or not -->
<bool name="config_unfoldTransitionEnabled">true</bool>
<!-- Indicates whether to enable hinge angle sensor when using unfold animation -->
<bool name="config_unfoldTransitionHingeAngle">true</bool>
<bool name="config_supportsConcurrentInternalDisplays">false</bool>
<string-array name="config_displayUniqueIdArray" translatable="false">
<item>"local:4619827677550801152"</item>
<item>"local:4619827677550801153"</item>
</string-array>
<integer-array name="config_ambientThresholdLevels">
<item>2</item>
<item>3</item>