blob: f8f8338e5f04183b5ad640c25593ff5cf63e642b [file] [log] [blame]
Liran Binyamin232a69872023-10-26 16:45:31 -04001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.android.wm.shell.multivalenttests">
3
4 <application android:debuggable="true" android:supportsRtl="true" >
5 <uses-library android:name="android.test.runner" />
6 </application>
7
8 <instrumentation
9 android:name="androidx.test.runner.AndroidJUnitRunner"
10 android:label="Multivalent tests for WindowManager-Shell"
11 android:targetPackage="com.android.wm.shell.multivalenttests">
12 </instrumentation>
13</manifest>