1

How to bring to front the task that already started activity (this activity can be on the stack back) if anther task wants to start this activity. I tried to do this with intent and flags but it isn't helping. the new task starts root activity and not brings to front the task that already started this activity. tasks created not from the same application

on netbeans I have 2 application the one that start app B and the second app b that user can start it directly from device.

hope you can help.If can give some code

4

1 に答える 1

0

質問を正しく理解しているかどうかはよくわかりませんが、そうであれば、どうにかして ? を使用できますstartActivityForResult()か? このような状況では、ルート アクティビティ (結果のために開始される) は、まさにこの状況でさらに別のアクティビティを開始する (または前面に出す) 必要があるというメッセージを受け取る場合があります。

デバイスの BACK キーの処理 (ルート アクティビティに戻らないようにするため) は、ie フラグを使用して行うことができます。

于 2012-07-18T19:26:22.027 に答える