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

Commit e81da2d8 authored by Mark Chien's avatar Mark Chien Committed by Automerger Merge Worker
Browse files

Merge "Tethering: Add an exported flag in manifest" am: ec6cf543

Change-Id: I10166943f9c84abc71e34807fd6960c4fa23fed5
parents 4681122d ec6cf543
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -44,7 +44,8 @@
        android:extractNativeLibs="false"
        android:persistent="true">
        <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>
                <action android:name="android.net.ITetheringConnector"/>
            </intent-filter>
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
    <application>
        <service android:name="com.android.server.connectivity.tethering.TetheringService"
                 android:process="system"
                 android:permission="android.permission.MAINLINE_NETWORK_STACK">
                 android:permission="android.permission.MAINLINE_NETWORK_STACK"
                 android:exported="true">
            <intent-filter>
                <action android:name="android.net.ITetheringConnector.InProcess"/>
            </intent-filter>