Set short suspend threshold to 5 seconds
Bug: 171433995 Test: getprop suspend.short_suspend_threshold_millis Test: dumpsys suspend_control_internal Change-Id: Ic32ac59784e40307a29d5ab240475572356124dc
This commit is contained in:
parent
d88b6b9f82
commit
921b5c3606
1 changed files with 4 additions and 0 deletions
|
@ -1132,5 +1132,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
zygote.critical_window.minute=10
|
zygote.critical_window.minute=10
|
||||||
|
|
||||||
|
# Suspend properties
|
||||||
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
suspend.short_suspend_threshold_millis=5000
|
||||||
|
|
||||||
# Project
|
# Project
|
||||||
include hardware/google/pixel/common/pixel-common-device.mk
|
include hardware/google/pixel/common/pixel-common-device.mk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue