## 🚨 Why Flocon Can’t See Your Device Calls (And How to Fix It) 🚨 To enable Flocon to intercept and inspect network traffic from your Android app, the app must be allowed to connect to `localhost` (typically `127.0.0.1`), which is where the desktop companion listens for traffic. **If you're already using a custom `networkSecurityConfig`, make sure it includes a rule to allow cleartext traffic to `localhost`** AndroidManifest.xml ```xml ``` network_security_config.xml ```xml localhost 127.0.0.1 ```