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

Commit d05beef2 authored by Tsukasa Gotou's avatar Tsukasa Gotou Committed by Toshiya Ikenaga
Browse files

EF_SDN and EF_EXT3 under DF_ADF shall be selected for USIM application

Service dial number shall be retrieved from EF_SDN and EF_EXT3 under
DF_ADF if USIM application is active.

UsimFileHandler.getEFPath() returns MF_SIM + DF_ADF for EF_FDN and
EF_EXT2 in the current implementation. EF_SDN and EF_EXT3 shall also be
treated in the same way.

Bug: 30330927
Change-Id: I7282c5d1ab30369f7e967ececd53905de67d5ad9
parent 6a7fad75
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,8 @@ public final class UsimFileHandler extends IccFileHandler implements IccConstant
        case EF_SPN_CPHS:
        case EF_SPN_SHORT_CPHS:
        case EF_FDN:
        case EF_SDN:
        case EF_EXT3:
        case EF_MSISDN:
        case EF_EXT2:
        case EF_INFO_CPHS: