From 3761277b36304f62777771517c887ef8a11de7d3 Mon Sep 17 00:00:00 2001 From: Ling Ma Date: Fri, 14 Mar 2025 14:12:57 -0700 Subject: Adjust auto data switch score After analyzing the switch cases, adjusted the score to make the performance based switch more conservative. Fix: 400308765 Test: basic voice call + data browsing Flag: EXEMPT config only Change-Id: I96ee8a87d7c680928dd48066773d96b75d3eca76 --- core/res/res/values/config_telephony.xml | 2 +- telephony/java/android/telephony/CarrierConfigManager.java | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/res/res/values/config_telephony.xml b/core/res/res/values/config_telephony.xml index 59ed25a1865f..b08841ce33de 100644 --- a/core/res/res/values/config_telephony.xml +++ b/core/res/res/values/config_telephony.xml @@ -91,7 +91,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. --> - 4000 + 7000