| <?xml version="1.0" encoding="utf-8"?> | |
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
| package="io.grpc.android.integrationtest.test" > | |
| <instrumentation | |
| android:name="androidx.test.runner.AndroidJUnitRunner" | |
| android:targetPackage="io.grpc.android.integrationtest" /> | |
| <application android:debuggable="true" > | |
| <uses-library android:name="android.test.runner" /> | |
| </application> | |
| </manifest> |