OSDN Git Service

DO NOT MERGE: Properly set FLAG_ACTIVITY_BROUGHT_TO_FRONT for onNewIntent() callback
authorAnthony Hugh <ahugh@google.com>
Tue, 22 Nov 2016 23:13:35 +0000 (15:13 -0800)
committerAnthony Hugh <ahugh@google.com>
Wed, 30 Nov 2016 00:00:15 +0000 (00:00 +0000)
commitf73d0853953198945b905695c93e562209a861c5
treed5c49fc789cf67d607c93e1612bd662fd4969a2a
parentd841ee9c81638c1c9f93bbb9f94c468361623c2d
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
services/core/java/com/android/server/am/ActivityStarter.java