fix(android): remove mic and screen foreground services

This commit is contained in:
Ayaan Zaidi
2026-03-08 15:07:56 +05:30
committed by Ayaan Zaidi
parent 1230cefe25
commit 46145fde19
22 changed files with 30 additions and 371 deletions

View File

@@ -118,7 +118,7 @@ The Android Chat tab supports session selection (default `main`, plus other exis
- Send: `chat.send`
- Push updates (best-effort): `chat.subscribe` → `event:"chat"`
### 7) Canvas + screen + camera
### 7) Canvas + camera
#### Gateway Canvas Host (recommended for web content)
@@ -151,13 +151,9 @@ Camera commands (foreground only; permission-gated):
See [Camera node](/nodes/camera) for parameters and CLI helpers.
Screen commands:
- `screen.record` (mp4; foreground only)
### 8) Voice + expanded Android command surface
- Voice: Android uses a single mic on/off flow in the Voice tab with transcript capture and TTS playback (ElevenLabs when configured, system TTS fallback).
- Voice: Android uses a single mic on/off flow in the Voice tab with transcript capture and TTS playback (ElevenLabs when configured, system TTS fallback). Voice stops when the app leaves the foreground.
- Voice wake/talk-mode toggles are currently removed from Android UX/runtime.
- Additional Android command families (availability depends on device + permissions):
- `device.status`, `device.info`, `device.permissions`, `device.health`