aboutsummaryrefslogtreecommitdiff
path: root/examples/ex2_espresso/src/snippet/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex2_espresso/src/snippet/AndroidManifest.xml')
-rw-r--r--examples/ex2_espresso/src/snippet/AndroidManifest.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/ex2_espresso/src/snippet/AndroidManifest.xml b/examples/ex2_espresso/src/snippet/AndroidManifest.xml
new file mode 100644
index 0000000..85797ce
--- /dev/null
+++ b/examples/ex2_espresso/src/snippet/AndroidManifest.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <application>
+ <meta-data
+ android:name="mobly-snippets"
+ android:value="com.google.android.mobly.snippet.example2.EspressoSnippet" />
+ </application>
+
+ <instrumentation
+ android:name="com.google.android.mobly.snippet.SnippetRunner"
+ android:targetPackage="com.google.android.mobly.snippet.example2" />
+
+</manifest>