On Mar 10, 5:06 am, Stefan Klumpp <[email protected]> wrote: > > + If there is no intent_filter listed then even with > > launchMode=singleTask re-launch from Home returns to the last activity > > in the task. > > Okay if removing all <intent-filter> entries in the manifest is the > solution (or temp. workaround) how do then start your application?
Sorry it is unclear. This is a tricky condition to describe. Of course you must have a launcher intent to be on the home screen. So Activity-A in all the examples (full code at beginning of this thread) does have the intent filter with category.LAUNCHER. But if there is any intent_filter FOR ACTIVITY-B in the manifest the task stack is always cleared after returning to Home and re-launching (returns to main activity ACTIVITYA instead of last activity ACTIVITYB). -- 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

