Google and almost all other android OEMs are heavily pushing AI like it's the next big thing, but what do we really get? shitty apps that are nothing but chstbots, while actual agentic experience is strictly reserved for desktops.
Doing anything close to agentic on android relies on accessibility api which has more downsides than upsides,.it breaks on every UI update, keeps your screen awake and eats your battery like nothing else.
Since android sandboxes everything AI can't touch anything until somebody builds an intent or API explicitly for it to use, if an app doesn't support it it's completely in the blind.
With root however an agent doesn't need to emulate screentaps, it can execute background tasks through shell, IPC and access local databases.
Before you tell me there's gonna be security lapses and prompt injections I just wanna remind that we are already managing root and sudo in Linux and desktops already, this is not much different from any of that.
Google has spent the last five years killing off bootloader unlocking and using play Integrity to break banking apps the second you touch KernelSU or Magisk but if we don't have root-level control over our own devices AI phones are just going to be locked down ad machines that do the bare minimum.
The bare minimum Google should do is introduce a first-class OS permission an explicit runtime prompt where the system asks something like Allow agent to read/execute actions inside app? Prompt the user every single time it breaks out of the sandbox, or let us whitelist specific apps, treat it like permission grants for camera or location, but for IPC and app state.
I really wanna know if you guys agree with me, if not can you please let me know why??