feat(android): keep node connected via foreground service

This commit is contained in:
Peter Steinberger
2025-12-14 02:01:42 +00:00
parent b944bee121
commit b792175ec5
8 changed files with 649 additions and 364 deletions

View File

@@ -43,6 +43,7 @@ More debugging notes: `docs/bonjour.md`.
In the Android app:
- The app keeps its bridge connection alive via a **foreground service** (persistent notification).
- Open **Settings**.
- Under **Discovered Bridges**, select your gateway and hit **Connect**.
- If mDNS is blocked, use **Advanced → Manual Bridge** (host + port) and **Connect (Manual)**.
@@ -91,4 +92,3 @@ Camera commands (foreground only; permission-gated):
- `camera.clip` (mp4)
See `docs/camera.md` for parameters and CLI helpers.