commit | bd32b245ea49fa5ac3da89975febec4b47b9e440 | [log] [tgz] |
---|---|---|
author | Sandeep Gutta <sangutta@codeaurora.org> | Thu Feb 02 16:32:56 2017 +0530 |
committer | Sandeep Gutta <sangutta@codeaurora.org> | Thu Feb 02 16:41:03 2017 +0530 |
tree | 97baaa7f9e8ba0433f011922906c53019be6177a | |
parent | 51b3661b7966e819052126e7260a060da7a7e994 [diff] |
MSIM: Fix subId creation issue when one of inserted SIM card state is ERROR On Dual SIM device, if one slot has one valid SIM card and another SIM slot inserted with a ERROR SIM card, subId not getting added for valid SIM. The reason for this is, SubscriptionInfoUpdater.java is waiting for ICCID on slot where card state reported as ERROR. To resolve this issue, assign IccId to empty string when card state ERROR. Test: Manual Change-Id: I98156e19c69126c4c98f3800d922e7ec97c07cac