aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Naidis <alex.naidis@linux.com>2017-06-04 19:47:16 +0200
committerDavide Garberi <dade.garberi@gmail.com>2018-02-11 15:42:03 +0100
commitc9beb932ba4ab717633aa36b5f19e45c5e36533a (patch)
treeb0b4d62588019db20e34dae4724e280302f9621c
parent21da10d617900b39e4ca821914d084722657a382 (diff)
msm8996-common: Increase radio scanning timeout
In bad conditions the radio scan can take up to 4 seconds, so we choose 5 seconds as timeout Signed-off-by: Alex Naidis <alex.naidis@linux.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 2ad1e92..2fe16a3 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -477,4 +477,8 @@
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
in hardware. -->
<bool name="config_setColorTransformAccelerated">true</bool>
+
+ <!-- The duration (in milliseconds) that the radio will scan for a signal
+ when there's no network connection. If the scan doesn't timeout, use zero -->
+ <integer name="config_radioScanningTimeout">5000</integer>
</resources>