mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
Isolate Android create-session dialog task
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user