aboutsummaryrefslogtreecommitdiff
path: root/examples/ex2_espresso/src/androidTest/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex2_espresso/src/androidTest/AndroidManifest.xml')
-rw-r--r--examples/ex2_espresso/src/androidTest/AndroidManifest.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/ex2_espresso/src/androidTest/AndroidManifest.xml b/examples/ex2_espresso/src/androidTest/AndroidManifest.xml
new file mode 100644
index 0000000..0dc87bc
--- /dev/null
+++ b/examples/ex2_espresso/src/androidTest/AndroidManifest.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.google.android.mobly.snippet.example2.test">
+ <application>
+ <uses-library android:name="android.test.runner" />
+ </application>
+
+ <instrumentation
+ android:name="androidx.test.runner.AndroidJUnitRunner"
+ android:targetPackage="com.google.android.mobly.snippet.example2" />
+</manifest>