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

Commit c0d52d72 authored by Sandeep Gutta's avatar Sandeep Gutta Committed by android-build-merger
Browse files

Merge "Don't assume 3GPP as active app on CDMA with LTE device"

am: ea9b0510

Change-Id: I05d86709c6e8387b4012f43b08d47a7b58586b1d
parents 6d61fd98 ea9b0510
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -213,9 +213,7 @@ public class UiccProfile extends Handler implements IccCard {
    private void setCurrentAppType(boolean isGsm) {
        if (VDBG) log("setCurrentAppType");
        synchronized (mLock) {
            boolean isLteOnCdmaMode = TelephonyManager.getLteOnCdmaModeStatic()
                    == PhoneConstants.LTE_ON_CDMA_TRUE;
            if (isGsm || isLteOnCdmaMode) {
            if (isGsm) {
                mCurrentAppType = UiccController.APP_FAM_3GPP;
            } else {
                mCurrentAppType = UiccController.APP_FAM_3GPP2;