Route session taps without flashing Agent UI

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Iliyan Malchev
2026-04-06 22:34:06 -07:00
parent 330902e9d0
commit 0fd30f02e5
4 changed files with 168 additions and 1 deletions

View File

@@ -73,6 +73,14 @@
<action android:name="com.openai.codex.agent.action.CREATE_SESSION" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
android:name=".SessionRouterActivity"
android:exported="true"
android:excludeFromRecents="true"
android:noHistory="true"
android:theme="@style/CodexSessionRouterTheme">
<intent-filter>
<action android:name="android.app.agent.action.HANDLE_SESSION" />
<category android:name="android.intent.category.DEFAULT" />