Revamp Android Agent session UI

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Iliyan Malchev
2026-03-21 20:26:21 -07:00
parent 58abe546ec
commit 087c63cebb
23 changed files with 1727 additions and 653 deletions

View File

@@ -33,5 +33,10 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
android:name=".SessionDetailActivity"
android:exported="false"
android:launchMode="singleTop" />
</application>
</manifest>