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

Commit ec6cf543 authored by Mark Chien's avatar Mark Chien Committed by Gerrit Code Review
Browse files

Merge "Tethering: Add an exported flag in manifest"

parents c48b0c9e 64fa4f81
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -44,7 +44,8 @@
        android:extractNativeLibs="false"
        android:extractNativeLibs="false"
        android:persistent="true">
        android:persistent="true">
        <service android:name="com.android.server.connectivity.tethering.TetheringService"
        <service android:name="com.android.server.connectivity.tethering.TetheringService"
                 android:permission="android.permission.MAINLINE_NETWORK_STACK">
                 android:permission="android.permission.MAINLINE_NETWORK_STACK"
                 android:exported="true">
            <intent-filter>
            <intent-filter>
                <action android:name="android.net.ITetheringConnector"/>
                <action android:name="android.net.ITetheringConnector"/>
            </intent-filter>
            </intent-filter>
+2 −1
Original line number Original line Diff line number Diff line
@@ -24,7 +24,8 @@
    <application>
    <application>
        <service android:name="com.android.server.connectivity.tethering.TetheringService"
        <service android:name="com.android.server.connectivity.tethering.TetheringService"
                 android:process="system"
                 android:process="system"
                 android:permission="android.permission.MAINLINE_NETWORK_STACK">
                 android:permission="android.permission.MAINLINE_NETWORK_STACK"
                 android:exported="true">
            <intent-filter>
            <intent-filter>
                <action android:name="android.net.ITetheringConnector.InProcess"/>
                <action android:name="android.net.ITetheringConnector.InProcess"/>
            </intent-filter>
            </intent-filter>