xref: /aosp_15_r20/external/grpc-grpc-java/binder/src/androidTest/AndroidManifest.xml (revision e07d83d3ffcef9ecfc9f7f475418ec639ff0e5fe)
1*e07d83d3SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*e07d83d3SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android" >
3*e07d83d3SAndroid Build Coastguard Worker
4*e07d83d3SAndroid Build Coastguard Worker  <instrumentation
5*e07d83d3SAndroid Build Coastguard Worker      android:name="androidx.test.runner.AndroidJUnitRunner"
6*e07d83d3SAndroid Build Coastguard Worker      android:targetPackage="io.grpc.binder" />
7*e07d83d3SAndroid Build Coastguard Worker
8*e07d83d3SAndroid Build Coastguard Worker  <application android:debuggable="true">
9*e07d83d3SAndroid Build Coastguard Worker    <uses-library android:name="android.test.runner" />
10*e07d83d3SAndroid Build Coastguard Worker
11*e07d83d3SAndroid Build Coastguard Worker    <service android:name="io.grpc.binder.HostServices$HostService1" />
12*e07d83d3SAndroid Build Coastguard Worker    <service android:name="io.grpc.binder.HostServices$HostService2" />
13*e07d83d3SAndroid Build Coastguard Worker  </application>
14*e07d83d3SAndroid Build Coastguard Worker</manifest>
15