Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COTo lend some support to the OP's claims, I use advanced task killer and often see a screenful of apps listed in that which have long been closed and I can't think of why they'd still be running in the background. Is that list irrelevant, e.g. are the things appearing an implementation or caching detail and not costing anything? (Note: This is with apps that ship with the phone, not things I've installed.)
      singulars
    2. COYou assume ATK is accurately reporting what is running. Android keeps a cache of processes from apps that had been run but are now terminated. This cache can then be used when you start up other apps later on, to save the time forking the process and initializing the Dalvik runtime. The exact rules for when it uses a process out of cache, of course, are not well known. Just because ATK claims something is in RAM does not mean it is causing any harm (e.g., using CPU, preventing other processes from having RAM).
      singulars
    3. COThe rules are supposed to be well documented here: http://developer.android.com/guide/topics/fundamentals.html#proclife Of course documentation can always be improved. :) Also if you really want to see what is going on, you can use "adb shell dumpsys activity" -- in that output is a list of all processes with the current memory hierarchy (the adj= value) they are in. Processes with higher numbers will be killed before ones with lower numbers. The numbers map to the categories that are in the documentation, though the exact values have changed across platform versions.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload