Require framework HTTP for Android Agent runtime

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Iliyan Malchev
2026-03-24 21:57:26 -07:00
parent 702b3cd9eb
commit ff61d54770
5 changed files with 25 additions and 204 deletions

View File

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