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:
Raghavendra Prasad Nagaraj 2015-11-04 12:54:18 +05:30 committed by karthick111
parent 4c5532d036
commit 9999f81b15

View file

@ -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