Keep Android desktop attaches alive

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Iliyan Malchev
2026-03-30 11:00:43 -07:00
parent bf9dcb7560
commit 08b3c19b8c
5 changed files with 175 additions and 4 deletions

View File

@@ -32,6 +32,11 @@
</intent-filter>
</service>
<service
android:name=".DesktopAttachKeepAliveService"
android:exported="false"
android:foregroundServiceType="dataSync" />
<activity
android:name=".MainActivity"
android:exported="true"