Add Fold setting in overlay
Add Fold lock behvaior setting in overlay. Bug: 300238754 Change-Id: Id78c3ca36e9cb9c54459af1b59a1d113d2793c0d Test: NA
This commit is contained in:
parent
71acef767e
commit
13a523e706
1 changed files with 3 additions and 0 deletions
|
@ -130,6 +130,9 @@
|
|||
<integer name="config_autoBrightnessBrighteningLightDebounce">1000</integer>
|
||||
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
|
||||
|
||||
<!-- Whether to show Fold lock behavior setting feature in Settings App -->
|
||||
<bool name="config_fold_lock_behavior">true</bool>
|
||||
|
||||
<!-- The device states (supplied by DeviceStateManager) that should be treated as folded by the
|
||||
display fold controller. -->
|
||||
<integer-array name="config_foldedDeviceStates" translatable="false">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue