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:
parent
76da775460
commit
84b043b65b
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">true</bool>
|
||||
<bool name="config_fold_lock_behavior">false</bool>
|
||||
|
||||
<!-- The default peak refresh rate. -->
|
||||
<integer name="config_defaultPeakRefreshRate">120</integer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue