[android-developers] Fragment with setRetainInstance(true) and destroying Activity when it stopped

2017-01-22 Thread Maks Tuev
In Android documentation : " When the system stops one of your activities (such as when a new activity starts or the task moves to the background), the system might destroy that activity completely if it

Re: [android-developers] Can't prevent restore activity stack when launch app from overview screen after process killed

2017-01-16 Thread Maks Tuev
and start > the one you want. > > Marina > > On Sun, Jan 15, 2017 at 6:48 PM, Maks Tuev <maks...@gmail.com > > wrote: > >> Reading the Android documentation and some of the answers here (and on >> StackOverflow) I don't find answer to question: how prevent

[android-developers] Can't prevent restore activity stack when launch app from overview screen after process killed

2017-01-15 Thread Maks Tuev
Reading the Android documentation and some of the answers here (and on StackOverflow) I don't find answer to question: how prevent restore activity stack when launch app from overview screen after process killed? In this case I want to the app started from launch activity. Somebody knowns how