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:
Shivangi Dubey 2023-09-27 11:42:03 +00:00
parent 85b930c621
commit d315dcb7c8

View file

@ -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>