I would expect that the attribute
android:launchMode="singleTask"
(notice the lower case s)
on the Activity does what you want.
How do you determine this doesn't work?

--
http://www.deepdroid.com

On 17 Mrz., 10:26, Derek <cram.de...@gmail.com> wrote:
> Hi,
>
> Is it possible to re-use all the instances of Activities and Services
> when an application is launched twice. For instance:
> 1/ I start my application APP1. Some activities are launched and a
> service is started.
> 2/ I click "Home" device button
> 3/ I can see the icon the launch again my application APP1
> 4/ I click on it and the APP1 is launched twice
>
> I would like to re-use the existing the instances of Activities and
> Services from the first launch.
> I guess it is related to "SingleTop" or "SingleTask" but it doesn't
> seem to work.
>
> Any suggestion ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to