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

Commit 967dd0a2 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Gerrit Code Review
Browse files

Merge "Add permission to NetworkStackService"

parents 1ef8fd87 f3088e99
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -40,7 +40,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>