Facts About Android Processes
Facts About Android Processes
Processes
• Much of the time, each Android application runs in its own linux
process.
• Its Activity component is running atop the screen with the user interacting with
it.
• Visible process - It’s a process which may be doing some work for the user. E.g.
performing search in the filesystem. A process is visible if (any):
• Its Activity component is visible on-screen but is not on the foreground (paused).