Re: [android-developers] Re: Default Launcher Lifecycle

2012-04-24 Thread Dianne Hackborn
onDestroy() generally doesn't get called to free up resourced; most usually processes are killed to accomplish this. The platform tries to keep the process hosting the home app running, so that pressing home won't take a long time to return to the launcher. Of course under enough memory stress it

[android-developers] Re: Default Launcher Lifecycle

2012-04-24 Thread Josh
let me rephrase this... I have built a default launcher app that is specifically for the Samsung Galaxy Tab 10.1. I have launched many apps in order to have android call onDestroy() on my launcher app but I have not been successful in doing this. Does anyone know if Android ever calls onDestroy()