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