• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<manifest
3    xmlns:android="http://schemas.android.com/apk/res/android"
4    package="com.google.android.mobly.snippet.example4">
5
6    <application android:allowBackup="false">
7        <meta-data
8            android:name="mobly-snippets"
9            android:value="com.google.android.mobly.snippet.example4.UiAutomatorSnippet" />
10    </application>
11
12    <!-- This snippet does NOT target ex2 (which is the main app the code
13         automates). The instrumentation target is itself which creates a
14         standalone snippet. -->
15    <instrumentation
16        android:name="com.google.android.mobly.snippet.SnippetRunner"
17        android:targetPackage="com.google.android.mobly.snippet.example4" />
18
19</manifest>
20