blob: 85797ce24812714b10d7360fb05864ee84b483f1 [file] [log] [blame]
<?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>