DO NOT MERGE: Properly set FLAG_ACTIVITY_BROUGHT_TO_FRONT for onNewIntent() callback
It looks like there was a regression where #onNewIntent() was called before the FLAG_ACTIVITY_BROUGHT_TO_FRONT flag was set. This change updates the code so we set the flag properly. BUG: 33034247 Change-Id: I61959a289dc5af14ee9d3d7bfa213191238efc88
Loading
Please register or sign in to comment