mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
Remove codexd from Android Agent app
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||
<uses-permission android:name="android.permission.MANAGE_AGENTS" />
|
||||
<uses-permission android:name="android.permission.START_GENIE_EXECUTION" />
|
||||
@@ -9,7 +7,8 @@
|
||||
|
||||
<application
|
||||
android:label="@string/app_name"
|
||||
android:allowBackup="false">
|
||||
android:allowBackup="false"
|
||||
android:extractNativeLibs="true">
|
||||
|
||||
<service
|
||||
android:name=".CodexAgentService"
|
||||
@@ -20,11 +19,6 @@
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<service
|
||||
android:name=".CodexdForegroundService"
|
||||
android:exported="true"
|
||||
android:foregroundServiceType="dataSync" />
|
||||
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
|
||||
Reference in New Issue
Block a user