mirror of
https://github.com/openai/codex.git
synced 2026-04-30 17:36:40 +00:00
Split Android Codex launcher entrypoints
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
android:label="@string/app_name_manager"
|
||||
android:launchMode="singleTop">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
@@ -47,6 +48,19 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity-alias
|
||||
android:name=".CodexSessionLauncherActivity"
|
||||
android:exported="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:targetActivity=".CreateSessionActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity-alias>
|
||||
|
||||
<activity
|
||||
android:name=".CreateSessionActivity"
|
||||
android:documentLaunchMode="always"
|
||||
|
||||
Reference in New Issue
Block a user