mirror of
https://github.com/openai/codex.git
synced 2026-05-01 20:02:05 +03:00
Update Android Agent launcher icon
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user