Other options are to go to Settings > Manage Applications to see the running services, select "cached" and kill your cached process.
Or you can use adb with "adb shell ps" to see the processes, find the pid for your process, and "adb shell kill <pid>" to kill it. Or get one of those nifty task managers and have it kill your process. :) On Sat, Mar 17, 2012 at 7:12 PM, Doug <[email protected]> wrote: > In ICS there is a Developer Option called "Don't keep activities". If you > check it, activities and their fragments will go through a complete cycle > of create/destroy, which will test their ability to save and restore their > instance states. This is the same as if your app will killed and restored > at each activity transition. > > Older devices and emulators might have a Spare Parts app that can toggle a > similar setting. > > Doug > > > On Wednesday, March 14, 2012 8:51:15 AM UTC-7, Trey wrote: >> >> I'm trying to test my application's ability to be restored after my >> phone reclaims it for memory. I'm unable to find a consistent way to >> reproduce this behavior. >> >> My first questions is: >> What is the official term for this? "Application Recycling" doesn't >> seem to help me find any information online. >> >> Once I know what it's called I should be able to find some info, and >> even search these forums accurately and find an answer; but if anyone >> is willing to point me in the right direction I would appreciate that >> as well! >> >> Thanks, >> Trey > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

