diff --git a/tests/net/integration/AndroidManifest.xml b/tests/net/integration/AndroidManifest.xml index 09c0e48260..e2d9362fff 100644 --- a/tests/net/integration/AndroidManifest.xml +++ b/tests/net/integration/AndroidManifest.xml @@ -16,50 +16,53 @@ * limitations under the License. */ --> + + package="com.android.server.net.integrationtests"> - + - + - + - - - - - - + + + + + + - + - + + Remove the NetworkStackService from the base (real) manifest, and replace with a test + service that responds to the same intent --> + android:process="com.android.server.net.integrationtests.testnetworkstack" + android:exported="true"> + android:process="com.android.server.net.integrationtests.testnetworkstack" + android:exported="true"> + android:process="com.android.server.net.integrationtests.testnetworkstack" + android:permission="android.permission.BIND_JOB_SERVICE"/> + android:targetPackage="com.android.server.net.integrationtests" + android:label="Frameworks Net Integration Tests"/>