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

Commit 724d68f5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add an exported flag in integration tests manifest" am: 9bbf135c am:...

Merge "Add an exported flag in integration tests manifest" am: 9bbf135c am: 0bf09540 am: 7bc2168f am: 3a76e168

Change-Id: I353a2740fc6edec7c5a85c93632ed1cb5df53425
parents 53453b0a 3a76e168
Loading
Loading
Loading
Loading
+23 −20
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
 * limitations under the License.
 */
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.android.server.net.integrationtests">

@@ -41,13 +42,15 @@
                         Remove the NetworkStackService from the base (real) manifest, and replace with a test
                         service that responds to the same intent -->
        <service android:name=".TestNetworkStackService"
                 android:process="com.android.server.net.integrationtests.testnetworkstack">
             android:process="com.android.server.net.integrationtests.testnetworkstack"
             android:exported="true">
            <intent-filter>
                <action android:name="android.net.INetworkStackConnector.Test"/>
            </intent-filter>
        </service>
        <service android:name=".NetworkStackInstrumentationService"
                 android:process="com.android.server.net.integrationtests.testnetworkstack">
             android:process="com.android.server.net.integrationtests.testnetworkstack"
             android:exported="true">
            <intent-filter>
                <action android:name=".INetworkStackInstrumentation"/>
            </intent-filter>