[android-developers] Re: How to close all activities in Activity stack and start a new one

2010-10-13 Thread nakvic
What just came in my mind, if it would suite your requirements: Start activities with startActivityForResult. When an activity started, register for broadcast and send the broadcast from your timer service. The last started activity recieves broadcast and calls its finish with result code, which

[android-developers] Re: How to close all activities in Activity stack and start a new one

2010-10-10 Thread Indicator Veritatis
The Nope, sorry response from Dianne was her overly terse way of saying that you cannot implement this feature, since it is not supported -- nor is it likely to ever be supported. Why? Because it is not according to the design of the Activity lifecycle. Indeed: 9 times out of 10, when a developer