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

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

Merge "Add permission to NetworkStackService" am: 967dd0a2 am: 69f6356c am: b7f7f583

am: ae3f898d

Change-Id: I23e6bb13969803f48ce617fd55acb1a9f183c2dd
parents cf0bb4d8 ae3f898d
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>