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

Commit cb7c1f5b authored by Adnan Begovic's avatar Adnan Begovic Committed by Gerrit Code Review
Browse files

telephony: Set multi-rat default to true.

Change-Id: Idd33137a5f641e6cf8a4001bbb76912685203807
parent a966679a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -495,7 +495,7 @@ public class SubscriptionInfoUpdater extends Handler {
                == TelephonyManager.MultiSimVariants.DSDS;
        if (DBG) Rlog.d(LOG_TAG, "[setDefaultDataSubNetworkType] subId=" + subId);
        if (DBG) Rlog.d(LOG_TAG, "[setDefaultDataSubNetworkType] isDSDS=" + isDsds);
        boolean isMultiRat = SystemProperties.getBoolean("ro.ril.multi_rat_capable", false);
        boolean isMultiRat = SystemProperties.getBoolean("ro.ril.multi_rat_capable", true);

        if (isDsds && !isMultiRat) {
            int networkType2 = Phone.NT_MODE_GSM_ONLY; // Hardcoded due to modem limitation