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

Commit 69f6356c authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by android-build-merger
Browse files

Merge "Add permission to NetworkStackService"

am: 967dd0a2

Change-Id: I858a3ad407c3ec14a69c6ff9c975de9e565d9c86
parents 4b468434 967dd0a2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -44,7 +44,8 @@
    <application
        android:extractNativeLibs="false"
        android:persistent="true">
        <service android:name="com.android.server.NetworkStackService">
        <service android:name="com.android.server.NetworkStackService"
                 android:permission="android.permission.MAINLINE_NETWORK_STACK">
            <intent-filter>
                <action android:name="android.net.INetworkStackConnector"/>
            </intent-filter>
+3 −1
Original line number Diff line number Diff line
@@ -22,7 +22,9 @@
          android:process="system">
    <uses-sdk android:minSdkVersion="28" android:targetSdkVersion="28" />
    <application>
        <service android:name="com.android.server.NetworkStackService" android:process="system">
        <service android:name="com.android.server.NetworkStackService"
                 android:process="system"
                 android:permission="android.permission.MAINLINE_NETWORK_STACK">
            <intent-filter>
                <action android:name="android.net.INetworkStackConnector.InProcess"/>
            </intent-filter>