MSIM: Fix subscription activation after SIM refresh.
Currently after SIM refresh telephony sends the activation request based only on the card state change. Here there is no card state change after refresh hence there is no subscription activation request sent from telephony. Fix is to check for Icc Reset result of SIM refresh in SubscriptionHelper and accordingly reset subscription status based on slot id. SubInfoRecordUpdater will then check for subscription status and sends the activation request if it is in INIT state. Also registering only for EVENT_REFRESH event and not for EVENT_REFRESH_OEM. Change-Id: I2f7b59e94b4bab6c14639098633fbe71012de2e4 CRs-Fixed: 794345.
Loading
Please register or sign in to comment