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

Commit abe5c160 authored by Ashwini Oruganti's avatar Ashwini Oruganti Committed by Automerger Merge Worker
Browse files

Add an exported flag in manifest am: 2b0d8046 am: c5422c7d

Original change: https://android-review.googlesource.com/c/platform/packages/modules/NetworkStack/+/1355663

Change-Id: I3cdb8c72a0da6f3cacfdfd0e1a2a9c685fcc6114
parents dfd6aa25 c5422c7d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@
        android:persistent="true"
        android:process="com.android.networkstack.process">
        <service android:name="com.android.server.NetworkStackService"
                 android:exported="true"
                 android:permission="android.permission.MAINLINE_NETWORK_STACK">
            <intent-filter>
                <action android:name="android.net.INetworkStackConnector"/>
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
    <application>
        <service android:name="com.android.server.NetworkStackService"
                 android:process="system"
                 android:exported="true"
                 android:permission="android.permission.MAINLINE_NETWORK_STACK">
            <intent-filter>
                <action android:name="android.net.INetworkStackConnector.InProcess"/>