Tag Archives: Processes

Process lifecycle in Android and Different types of processes.

By | July 29, 2013

The Android system tries to maintain an application process for as long as possible, but eventually needs to remove old processes to reclaim memory for new or more important processes. To determine which processes to keep and which to kill, the system places each process into an “importance hierarchy” based on the components running in… Read More »