Isolate Android create-session dialog task

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Iliyan Malchev
2026-04-01 23:21:45 -07:00
parent eb91c96518
commit 2daa343711
2 changed files with 4 additions and 1 deletions

View File

@@ -49,9 +49,10 @@
<activity
android:name=".CreateSessionActivity"
android:documentLaunchMode="always"
android:exported="true"
android:excludeFromRecents="true"
android:launchMode="singleTop"
android:launchMode="standard"
android:taskAffinity="com.openai.codex.agent.create"
android:theme="@style/CodexCreateSessionTheme">
<intent-filter>