land: Enable delay service restart
This patch turns on system property "ro.am.reschedule_service". This helps to postpone services restarts during app launch. Only the services that are not relevant to current app launch are considered for postpone. Change-Id: I908be6dd7f7991b830a0440276fb9e2a0c0314c3
This commit is contained in:
parent
4c5532d036
commit
9999f81b15
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
# Properties
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.am.reschedule_service=true \
|
||||
ro.sys.fw.dex2oat_thread_count=4 \
|
||||
ro.sys.fw.use_trim_settings=true
|
||||
|
|
Loading…
Reference in a new issue