mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user