summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ling Ma <linggm@google.com> 2023-03-22 13:28:59 -0700
committer Ling Ma <linggm@google.com> 2023-03-22 16:56:37 -0700
commitf4a828173fccbfd96d470417030f655ce3352cba (patch)
tree6543d20d24ebb8a5e137f78188db47d2494ef04b
parentf21ef1de30b0bdcb2fd91ab7980ca287c65d25ea (diff)
Use resource overlay to exempt auto data switch ping test
Fix: 268077711 Test: basic calling + data browsing Change-Id: Ic7ade2dcd2726c8ca55569d1c34b06d7bfb1a1a6
-rw-r--r--core/res/res/values/config_telephony.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config_telephony.xml b/core/res/res/values/config_telephony.xml
index c0f2157646eb..fab760948787 100644
--- a/core/res/res/values/config_telephony.xml
+++ b/core/res/res/values/config_telephony.xml
@@ -62,6 +62,11 @@
<integer name="auto_data_switch_validation_max_retry">7</integer>
<java-symbol type="integer" name="auto_data_switch_validation_max_retry" />
+ <!-- Boolean indicating whether ping test is required to pass on the target data SIM before the
+ device automatically switch to it. -->
+ <bool name="auto_data_switch_ping_test_before_switch">true</bool>
+ <java-symbol type="bool" name="auto_data_switch_ping_test_before_switch" />
+
<!-- Boolean indicating whether the Iwlan data service supports persistence of iwlan ipsec
tunnels across service restart. If iwlan tunnels are not persisted across restart,
Framework will clean up dangling data connections when service restarts -->