Disable Fold lock behavior setting in UQPR1

Disable Fold lock behavior setting in UQPR1 as it is supposed to be released in UQPR2.

Bug: 298200843
Test: Flash the device with this build.
* Manually check if the setting accessible.

Change-Id: Iefb62dd1f5249aadd43e308ca3f853cf457193ce
This commit is contained in:
dshivangi 2023-09-05 10:46:44 +00:00 committed by Shivangi Dubey
parent 76da775460
commit 84b043b65b

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">true</bool>
<bool name="config_fold_lock_behavior">false</bool>
<!-- The default peak refresh rate. -->
<integer name="config_defaultPeakRefreshRate">120</integer>