Add Android HOME session popups

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Iliyan Malchev
2026-04-02 16:09:11 -07:00
parent 640cbcf152
commit 060789d5ca
10 changed files with 445 additions and 8 deletions

View File

@@ -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">