SystemUI: Fix wrong SIM PIN message
When SIM card is pull out, the subId is changed to invalid, but ths subId in KeyguardSimPinView is not updated.It will display the default wrong PIN code message when sim card is re-inserted. Send all the sim state changed event to listeners in KeyguardUpdateMonitor, let listeners to decide whether to check the subId is valid. Change-Id: I67caa2f08bcad9a52083ddb1035896f1be0add01 CRs-Fixed: 2314055
Loading
Please sign in to comment