mirror of
https://github.com/openai/codex.git
synced 2026-04-30 17:36:40 +00:00
Isolate Android session popups and clear Agent results
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -76,9 +76,11 @@
|
||||
|
||||
<activity
|
||||
android:name=".SessionPopupActivity"
|
||||
android:documentLaunchMode="always"
|
||||
android:exported="false"
|
||||
android:excludeFromRecents="true"
|
||||
android:launchMode="singleTop"
|
||||
android:launchMode="standard"
|
||||
android:taskAffinity="com.openai.codex.agent.popup"
|
||||
android:theme="@style/CodexSessionPopupTheme" />
|
||||
|
||||
<receiver
|
||||
|
||||
Reference in New Issue
Block a user