summaryrefslogtreecommitdiff
path: root/tests/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r--tests/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 357df4f..c6fb765 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -29,7 +29,7 @@
tests on their own then use the command:
"adb shell am instrument -w com.android.calllogbackup.tests/android.test.InstrumentationTestRunner"
-->
- <instrumentation android:name="android.test.InstrumentationTestRunner"
+ <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
android:targetPackage="com.android.calllogbackup"
android:label="CallLog Backup Tests">
</instrumentation>