Fix issue that WFC emergency call notification is not displayed
WFC emergency call notification is not displayed even if it satisfies the conditions to display it. The conditions to display it as follows. 1. KEY_EMERGENCY_NOTIFICATION_DELAY_INT is other than -1 2. Voice is un-registered 3. Wi-Fi calling is available 4. W-Fi calling setting is enabled and W-Fi is connected The notification is not displayed if voice/data registration is changed before W-Fi calling registration because there is no trigger to display it when Wi-Fi calling is available. To resolve this issue, give trigger to display the notification when IMS capabilities are changed. Test: manual - Checked the notification is displayed. Bug: 111583777 Change-Id: I9ec73d6d7cfd0dac12b2d99c391090a4dacdbca3
Loading
Please register or sign in to comment