Any idea how to get rid of that behavior too?

At best the home button would get bring up the most recent used,
unfinished(), activity of the app. If that is not possible, then the
home button launching the launch activity would be ok too.
But after using the home button and launching the main activity I
don't want the back button to navigate back to a previously opened Sub
Activity.

On Mon, Apr 20, 2009 at 7:11 PM, Mariano Kamp <[email protected]> wrote:
> Thanks very much.
> I tried that and it works great, except when I am on the Pictures List
> Activity (Sub), press Home, press the App icon I'll get back to the Show
> Albums Activity (Sub). So far so good, but when I press "Back" I'll get back
> to the previous Pictures List Activity (Sub). I would have expected to be
> back at home, figuratively speaking.
> On Mon, Apr 20, 2009 at 6:09 PM, [email protected]
> <[email protected]> wrote:
>>
>> Hi
>>
>> See
>>
>> http://groups.google.com/group/android-developers/browse_thread/thread/e29bd82a7fec43c6/44835d74b0af3f5f?lnk=gst&q=ellipsoidmobile#44835d74b0af3f5f
>>
>> I think you'll find that the standard behaviour (without specifying
>> the launchMode in your manifest) will do what you want (assuming that
>> you aren't calling finish() in your picture list pause event)
>>
>> The system will decide when to kill your app, so there is no guarantee
>> that they will be returned to your picture list, but if the system
>> hasn't killed your app (e.g. for memory reasons) then they should be
>> with the standard behaviour.
>> >>
>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to