Update Android Agent launcher icon

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Iliyan Malchev
2026-03-23 23:17:42 -07:00
parent 1a95151fd4
commit 44c2e67573
20 changed files with 42 additions and 1 deletions

View File

@@ -17,7 +17,9 @@
<application
android:label="@string/app_name"
android:allowBackup="false"
android:extractNativeLibs="true">
android:extractNativeLibs="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round">
<service
android:name=".CodexAgentService"