Skip to Content

The AID (application identifier) is the backbone of Android’s application sandboxing mechanism. This protects the system from malicious apps by isolating them into their own processes. Android assigns a unique UID to each application, and uses this ID to set up a kernel-level Application Sandbox. This mechanism is based on UNIX-style user separation of processes …

Read More about What is Android Uid System?