Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1003d408 authored by Ling Ma's avatar Ling Ma
Browse files

Temporarily disable RAT/signalStrength based auto data switch

To reduce risks, disable the feature before its corresponding merges. We'll reenable the feature after clearing any concerns of any stakeholders.

Bug: 260928808
Test: daily test b/296088621
Change-Id: I2c518aa6811df2eb751e4b9e490b88267eb92302
parent 9cdebc98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,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">3000</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
+2 −2
Original line number Diff line number Diff line
@@ -10517,7 +10517,7 @@ public class CarrierConfigManager {
        auto_data_switch_rat_signal_score_string_bundle.putIntArray(
                "eHRPD", new int[]{10, 400, 600, 800, 1000});
        auto_data_switch_rat_signal_score_string_bundle.putIntArray(
                "TD_SCDMA", new int[]{1, 100, 500, 1000});
                "TD_SCDMA", new int[]{1, 50, 100, 500, 1000});
        auto_data_switch_rat_signal_score_string_bundle.putIntArray(
                "iDEN", new int[]{1, 2, 10, 50, 100});
        auto_data_switch_rat_signal_score_string_bundle.putIntArray(
@@ -10535,7 +10535,7 @@ public class CarrierConfigManager {
        auto_data_switch_rat_signal_score_string_bundle.putIntArray(
                "EvDo_0", new int[]{300, 600, 1000, 1500, 2000});
        auto_data_switch_rat_signal_score_string_bundle.putIntArray(
                "1xRTT", new int[]{50, 60, 70, 80});
                "1xRTT", new int[]{50, 60, 70, 80, 90});
        auto_data_switch_rat_signal_score_string_bundle.putIntArray(
                "EDGE", new int[]{154, 169, 183, 192, 267});
        auto_data_switch_rat_signal_score_string_bundle.putIntArray(