Re: [android-developers] How does android decide to cache a process?

2011-08-05 Thread TreKing
On Thu, Aug 4, 2011 at 8:32 PM, KK wrote: > Mainly is there anything my app can do to tell the system to never cache my > process? > I'm curious why you would even want this ... ? - TreKing

Re: [android-developers] How does android decide to cache a process?

2011-08-05 Thread Mark Murphy
On Thu, Aug 4, 2011 at 9:32 PM, KK wrote: > In Gingerbread Settings->Applications->MyApplications, the Running tab > has been divided into two. Running Services and Cached Background > Process. So how and when does Android decide to cache a process? How: by not terminating the process. When: alw