Distinguish the Session Manager launcher icon

Give the manager launcher entry its own Settings-wheel Codex icon and rename it to Session Manager so it is visually distinct from the Codex session launcher.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Iliyan Malchev
2026-04-08 10:11:46 -07:00
parent 00b431c037
commit a20dc55cfc
10 changed files with 15 additions and 2 deletions

View File

@@ -40,8 +40,10 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:icon="@mipmap/ic_session_manager"
android:label="@string/app_name_manager"
android:launchMode="singleTop">
android:launchMode="singleTop"
android:roundIcon="@mipmap/ic_session_manager_round">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />