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

Commit 2496b7f4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add an exported flag in manifest"

parents c0c8f957 2257c2e4
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"/>