I use the noHistory = true attribute for actions that I do not want to store on the stack. It works fine on Android 2.3.3, but there is a weird behavior on 4.0.3. When the screen goes to sleep and I woke it up, activity with noHistory = true is gone!
What's going on here? Does the action take place when the screen wakes up? Am I using noHistory incorrectly?
source
share