Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • is thre any difference from starting activity with flag no_history?
    – realtebo
    Commented Sep 11, 2012 at 10:57
  • 1
    Like you said in your question "every opening of list DOES NOT be saved into 'history'" Therefore whenever you open your application again that will bring you to the main activity
    – Marcin S.
    Commented Sep 11, 2012 at 17:28
  • @MarcinS. when app is not in recent app list it is not working. Can you please explain about it why this is happening Commented Aug 5, 2015 at 10:33
  • 1
    So what is the difference between those 2 approaches (manifest and flag) ?
    – pumbosha
    Commented Nov 26, 2017 at 17:13
  • @pumbosha Manifest approach will always leave the activity out of the history. The flag approach lets you control that behavior at runtime. Commented Nov 27, 2018 at 15:05