Migrate cts/tests/inputmethod, tests/autofillservice,
tests/framework, and tests/app to androidx.test
See go/jetpack-test-android-migration
Test: atest CtsAppTestCases CtsInputMethodTestCases
CtsAutoFillServiceTestCases CtsActivityManagerDeviceTestCases
CtsActivityManagerDeviceSdk25TestCases CtsWindowManagerDeviceTestCases
Change-Id: I6efc369505844afed8e77c9a82fd176d3d0d43a7
diff --git a/tests/app/AndroidManifest.xml b/tests/app/AndroidManifest.xml
index 326719e..4ff6cb2 100644
--- a/tests/app/AndroidManifest.xml
+++ b/tests/app/AndroidManifest.xml
@@ -29,7 +29,7 @@
<uses-library android:name="org.apache.http.legacy" android:required="false" />
</application>
- <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
+ <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
android:targetPackage="android.app.stubs"
android:label="CTS tests of android.app">
<meta-data android:name="listener"