Bootstrap Android desktop control without surfacing Agent UI

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Iliyan Malchev
2026-03-29 07:21:17 -07:00
parent 79696c734b
commit ef28c7a648
6 changed files with 80 additions and 37 deletions

View File

@@ -64,12 +64,12 @@
android:exported="false"
android:launchMode="singleTop" />
<activity
android:name=".DesktopBridgeBootstrapActivity"
android:exported="true"
android:excludeFromRecents="true"
android:launchMode="singleTop"
android:noHistory="true"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<receiver
android:name=".DesktopBridgeBootstrapReceiver"
android:exported="true">
<intent-filter>
<action android:name="com.openai.codex.agent.action.BOOTSTRAP_DESKTOP_BRIDGE" />
</intent-filter>
</receiver>
</application>
</manifest>