summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cace7e2..249e510 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -43,7 +43,8 @@
<uses-permission android:name="android.permission.MAINLINE_NETWORK_STACK" />
<application
android:extractNativeLibs="false"
- android:persistent="true">
+ android:persistent="true"
+ android:process="com.android.networkstack.process">
<service android:name="com.android.server.NetworkStackService"
android:permission="android.permission.MAINLINE_NETWORK_STACK">
<intent-filter>