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

Commit bad22064 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "telephony: Add type 5 SIM as USIM" into gingerbread

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