I have a package with two activities

1. A main activity
2. A search activity

The search activity is invoked by a search suggestion provider in two
possible ways

1. By clicking directly on a suggestion invoking the search activity
through a VIEW action
2. By clicking on the explicit search icon invoking the activity
through SEARCH action

If it is invoked through SEARCH I stay on the search activity and show
some text to the user. Now when I click the back button I go back
CORRECTLY to the home page.

ODD Behaviour:
However if I came to the search activity through the VIEW, I invoke a
browser activity and call finish() on the search activity. Now I have
the browser in my view. If I now go back I would expect to go back to
teh device home page. But from now where the "main activity" is
showing up.

I see in the logcat a message from ActivityManager indicating

moveTaskToBack: 8

I have tried various flags to invoke the browser activity
the tried flags include

new task
previous is top

and I have also tried both a singleTop and otherwise with the
SearchActivity as well.

Same end result.

Thanks for your insight on this one
Satya

--~--~---------~--~----~------------~-------~--~----~
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