Graphene (OS) stock Android Open Source Project build and need a background service added that quietly boots with the system and gives me full visibility into the device. Core requirements • Remote access built in—screen-sharing must work smoothly over a secure connection so I can see the live display from my desktop. • Continuous monitoring of device activity (apps opened/closed, network state, system events). • Lightweight data logging to a local file or remote endpoint for later analysis. Scope A functional, production-ready service is the goal. I expect: 1. Source code integrated into the AOSP tree with clear build flags. 2. Minimal-footprint daemon that starts at boot, survives reboots, and remains unobtrusive to the user. 3. Encrypted channel supporting screen-sharing; VNC, WebRTC, or another efficient protocol is fine as long as latency stays low. 4. JSON or SQLite log of monitored events plus a simple API/intent I can call to pull or push those logs. 5. Step-by-step documentation covering environment setup, build, flashing, and verification. I can provide the current AOSP branch and test hardware. Solutions that avoid rooting are preferred, but I’m open to privileged implementations if required. The deliverable is the integrated codebase, flashing image, and documentation ready for me to compile, flash, and operate.