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