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

Commit 222bfbd1 authored by Brad Ebinger's avatar Brad Ebinger Committed by Automerger Merge Worker
Browse files

Merge "Add check for CSIM application presence" into rvc-dev am: fdcce81f...

Merge "Add check for CSIM application presence" into rvc-dev am: fdcce81f am: 13543c5a am: e61ebbc9

Change-Id: I077a032536989c0e6843ee0a16e7ef84cf8614e2
parents e84c58c8 e61ebbc9
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -346,7 +346,12 @@ public class UiccProfile extends IccCard {
            if (isGsm) {
                mCurrentAppType = UiccController.APP_FAM_3GPP;
            } else {
                UiccCardApplication newApp = getApplication(UiccController.APP_FAM_3GPP2);
                if(newApp != null) {
                    mCurrentAppType = UiccController.APP_FAM_3GPP2;
                } else {
                    mCurrentAppType = UiccController.APP_FAM_3GPP;
                }
            }
        }
    }