Update suspend.short_suspend_threshold_millis on P10 to 2000
Bug: 208947015 Test: Manually verify using adb getprop Change-Id: I5594e7793c2a12ae5fd2bc06e8b43dbe93999930
This commit is contained in:
parent
879a51f1de
commit
e413a536c1
1 changed files with 1 additions and 1 deletions
|
@ -1138,7 +1138,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
|
||||
# Suspend properties
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
suspend.short_suspend_threshold_millis=5000
|
||||
suspend.short_suspend_threshold_millis=2000
|
||||
|
||||
# Enable Incremental on the device
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue