CdmaServiceStateTracker: Load CarrierConfig for NV Subscription
Currently CDMA devices using an NV subscription end up with the default set of CarrierConfig values, leading to many wrong behaviors as their vendor overrides do not get loaded. This is because the CarrierConfig is loaded based on the SIM events, which are not issued for NV since its not a SIM card. This patch triggers the CarrierConfig to be loaded on the NV_READY event. This fixes many buggy behaviors for NV subscriptions, most notably in the mobile network settings menu, where things such as the world_phone menu and APN settings menu could be drawn incorrectly or not at all for the device, despite the correct overrides being set. RM-290 Change-Id: I1fde4f520d94bc88479a6b10c19c23518bbf7e78
Loading
Please register or sign in to comment