Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acbf2760 authored by Roshan Pius's avatar Roshan Pius Committed by Gerrit Code Review
Browse files

Merge "NetworkStack: Explicitly set process name"

parents fb821d9a 8402c20a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>