6dd874305e8e14d4b06a0c3648390e9f663337b6
The launchMode for MobileNetworkActivity specified in the android manifest is "singleTask", which means that when an intent to it is launched, if there is an existing instance we will reuse that instead of creating a new one. But to handle this properly we need to know when it happens by implementing onNewIntent, which we weren't doing. Implementing this fixes a bug we noticed that if you have multiple SIMs and recently visit the details page for SIM 1 but then click on a SIM selection notification that should bring you to the details for SIM 2, we'd just bring up the details page for SIM 1 again. Fixes: 133447239 Test: make RunSettingsRoboTests Change-Id: Ia9106b15ffde437f6dd6fd2da23336ec5b28f75e
…
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%