Keep session router out of Agent task

Give the transparent session router its own task so app-session prompts render over Launcher instead of the Codex Manager task.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Iliyan Malchev
2026-04-07 06:45:03 -07:00
parent 0fd30f02e5
commit 301e13ceed

View File

@@ -79,7 +79,9 @@
android:name=".SessionRouterActivity"
android:exported="true"
android:excludeFromRecents="true"
android:launchMode="singleTask"
android:noHistory="true"
android:taskAffinity="com.openai.codex.agent.router"
android:theme="@style/CodexSessionRouterTheme">
<intent-filter>
<action android:name="android.app.agent.action.HANDLE_SESSION" />