f23bda264ab143845d4a41277aacd8e909168c8d
If an instance of the activity already exists at the top of the current task, the system routes the intent to that instance through a call to its onNewIntent() method, rather than creating a new instance of the activity. So we need manually trigger the handling logic in onNewIntent to refresh the dialogs. Test: atest Flag: com.android.settingslib.flags.promote_audio_sharing_for_second_auto_connected_lea_device Bug: 395786392 Change-Id: Iccb0ef649ee60cb97f7557943760f854d31ccc80
…
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%