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

Commit ad2da673 authored by Steve Kondik's avatar Steve Kondik
Browse files

telephony: Add type 5 SIM as USIM

Change-Id: Ic4e4556f023182ad1380318f9b5bfa22a30052ec
parent ab1c1410
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ public class IccCardApplication {
            case 2: newType = AppType.APPTYPE_USIM;    break;
            case 3: newType = AppType.APPTYPE_RUIM;    break;
            case 4: newType = AppType.APPTYPE_CSIM;    break;
            case 5: newType = AppType.APPTYPE_USIM;    break;
            default:
                throw new RuntimeException(
                            "Unrecognized RIL_AppType: " +type);