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

Commit 64f83b4a authored by Roshan Pius's avatar Roshan Pius Committed by android-build-merger
Browse files

Merge "NetworkStack: Explicitly set process name"

am: acbf2760

Change-Id: I3bbe3d3fee192b7832e05c92266fa4e420f730c9
parents d299eb1d acbf2760
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>