This update implements robust background gateway functionality for Android, adding FOREGROUND_SERVICE_DATA_SYNC permissions, boot auto-start receivers, and a watchdog thread that monitors service health. We also refactored CodexServerManager to use a thread-safe singleton pattern, ensuring the background service continues running seamlessly after the user closes the app. These changes ensure the gateway stays up and recovers automatically without manual intervention. How developers running daemons on their computer sleep.