mirror of
https://github.com/openai/codex.git
synced 2026-04-30 17:36:40 +00:00
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user