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

Commit 2322b27f authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Temporarily disable RAT/signalStrength based auto data switch" into main

parents 1a7ed027 1003d408
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
@@ -10518,7 +10518,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(
@@ -10536,7 +10536,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(