From 34a314e6a04c7ab67d8e651a741c524d0677c3cb Mon Sep 17 00:00:00 2001 From: Chinmay Dhodapkar Date: Wed, 8 May 2024 06:52:37 +0000 Subject: [PATCH] Effectively disable TN scanning timer Max out TN scanning timer to 24 days. This will essentially disable TN scanning for all practical purposes Change-Id: I8757cdff8ca33be6db7a78f7fce1f0fd1843427d Bug: 339233361 Test: presubmit, manual sanity --- overlay/frameworks/base/core/res/res/values/config.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 53282f6..74e8941 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -490,7 +490,13 @@ will move to IDLE state. This timeout duration is used for satellite with NB IOT radio technologies. --> - 900000 + 2147483647 + + + 2147483647