mirror of
https://github.com/openai/codex.git
synced 2026-04-30 17:36:40 +00: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