mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
Add Android HOME session popups
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -63,6 +63,10 @@
|
||||
<action android:name="android.app.agent.action.HANDLE_SESSION" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.app.agent.action.HANDLE_HOME_SESSION" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
@@ -70,6 +74,13 @@
|
||||
android:exported="false"
|
||||
android:launchMode="singleTop" />
|
||||
|
||||
<activity
|
||||
android:name=".SessionPopupActivity"
|
||||
android:exported="false"
|
||||
android:excludeFromRecents="true"
|
||||
android:launchMode="singleTop"
|
||||
android:theme="@style/CodexSessionPopupTheme" />
|
||||
|
||||
<receiver
|
||||
android:name=".DesktopBridgeBootstrapReceiver"
|
||||
android:exported="true">
|
||||
|
||||
Reference in New Issue
Block a user