summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2019-10-03 11:35:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-10-03 11:35:21 +0000
commitacbf27603a53f50c461a3d7eb06901c3fcb1545c (patch)
tree70f9902b01f1a6e46ecd013b9a4d2bc3dad8a0dc
parentfb821d9a8214a3d3693e1d893252ac804be33e4f (diff)
parent8402c20a88eea883ab10e4a585d9fcb2ce805aaa (diff)
Merge "NetworkStack: Explicitly set process name"
-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>