From 7765618ee43ed15c8cff569f85b82a8f960e643c Mon Sep 17 00:00:00 2001 From: Jayachandran C Date: Thu, 29 Jun 2017 16:03:32 -0700 Subject: [PATCH] Disable snapshat timer Test: Changed the mode using hidden menu multiple times and verified the device doesn't report roaming. Bug: 62622461 Change-Id: I51aefef9d574faf3c46e19e07f8c4fe187bf29d2 --- device.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/device.mk b/device.mk index e2501a2a..0c4d24a1 100755 --- a/device.mk +++ b/device.mk @@ -209,10 +209,10 @@ PRODUCT_PROPERTY_OVERRIDES += \ persist.rcs.supported=1 \ rild.libpath=/vendor/lib64/libril-qc-qmi-1.so -# Set snapshot timer to 3 second +# Disable snapshot timer PRODUCT_PROPERTY_OVERRIDES += \ - persist.radio.snapshot_enabled=1 \ - persist.radio.snapshot_timer=3 + persist.radio.snapshot_enabled=0 \ + persist.radio.snapshot_timer=0 PRODUCT_PROPERTY_OVERRIDES += \ ro.vendor.extension_library=libqti-perfd-client.so