diff options
| author | 2024-02-28 13:23:25 -0800 | |
|---|---|---|
| committer | 2024-02-28 13:23:25 -0800 | |
| commit | 4c1df170f33a495f2bccf124256b2e835dff49fd (patch) | |
| tree | bb4b01b17ba7b9d3db02ed471f9f9f85eecd5fdd | |
| parent | 2b9ce83bfc1775ea086482465e0741d3b18bc45d (diff) | |
Disable RAT/SS auto data switch
For stability.
Test: voice call + data browsing
Change-Id: I226d523a7c043a0f83ff268058c0ff77a5140cce
| -rw-r--r-- | core/res/res/values/config_telephony.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config_telephony.xml b/core/res/res/values/config_telephony.xml index c87b7cdb1e8e..5e3e1b0bbb43 100644 --- a/core/res/res/values/config_telephony.xml +++ b/core/res/res/values/config_telephony.xml @@ -84,7 +84,7 @@ CarrierConfigManager#KEY_AUTO_DATA_SWITCH_RAT_SIGNAL_SCORE_STRING_ARRAY. If 0, the device always switch to the higher score SIM. If < 0, the network type and signal strength based auto switch is disabled. --> - <integer name="auto_data_switch_score_tolerance">4000</integer> + <integer name="auto_data_switch_score_tolerance">-1</integer> <java-symbol type="integer" name="auto_data_switch_score_tolerance" /> <!-- Boolean indicating whether the Iwlan data service supports persistence of iwlan ipsec |