Zygote process
The Zygote is a special process that starts when the Android OS boots up and loads common framework code and resources (like activity themes) into memory.
This allows Android to quickly start new apps by forking the Zygote process instead of starting a new process from scratch, which saves time and memory.
Backlinks¶
- LSPosed
- LSPosed hooks into the Zygote process (the process that spawns all Android apps) to inject modules at runtime.