Fix repeated Agent debug session launches

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Iliyan Malchev
2026-03-20 14:02:43 -07:00
parent 7dd456dc22
commit d0ae5e2da2
2 changed files with 5 additions and 1 deletions

View File

@@ -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" />