mirror of
https://github.com/openai/codex.git
synced 2026-04-30 17:36:40 +00:00
Fix repeated Agent debug session launches
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true">
|
||||
android:exported="true"
|
||||
android:launchMode="singleTop">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
||||
Reference in New Issue
Block a user