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

Commit b287c93d authored by Venkatraman Nerellapalli's avatar Venkatraman Nerellapalli
Browse files

Settings : Add network mode to support 4G

Added new network mode: NT_MODE_LTE_CDMA_EVDO_GSM

Change-Id: I91dc21be9cc4d1726fece4506ca8c255f85b7ffc
CRs-Fixed: 796166
parent 5cece766
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -103,6 +103,7 @@ public class Lte4GEnabler {
                || type == Phone.NT_MODE_LTE_CDMA_EVDO_GSM_WCDMA
                || type == Phone.NT_MODE_LTE_GSM_WCDMA
                || type == Phone.NT_MODE_LTE_CDMA_AND_EVDO
                || type == Phone.NT_MODE_LTE_CDMA_EVDO_GSM
                ) {
            isLTEMode = true;
        } else {