Adopt Android delegated session notifications

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Iliyan Malchev
2026-04-02 12:11:46 -07:00
parent b20afa97b4
commit b5025b59b5
8 changed files with 427 additions and 9 deletions

View File

@@ -77,5 +77,9 @@
<action android:name="com.openai.codex.agent.action.BOOTSTRAP_DESKTOP_BRIDGE" />
</intent-filter>
</receiver>
<receiver
android:name=".AgentNotificationReplyReceiver"
android:exported="false" />
</application>
</manifest>