Enable Fold Lock Behavior in config.xml
Enable Fold Lock Behavior in config.xml and let it be controlled by sysprop flag 'persist.fold_lock_setting_enabled'. Bug: 298200843 Test: Flash the device with this build. * Manually check if the setting accessible. Change-Id: Ide72528bfd40a6c7460a8ecb0565f1c791d4c8cf
This commit is contained in:
parent
85b930c621
commit
d315dcb7c8
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
<integer name="config_defaultRefreshRate">0</integer>
|
||||
|
||||
<!-- Whether to show Fold lock behavior setting feature in Settings App -->
|
||||
<bool name="config_fold_lock_behavior">false</bool>
|
||||
<bool name="config_fold_lock_behavior">true</bool>
|
||||
|
||||
<!-- The default peak refresh rate. -->
|
||||
<integer name="config_defaultPeakRefreshRate">120</integer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue