Liran Binyamin | 232a6987 | 2023-10-26 16:45:31 -0400 | [diff] [blame] | 1 | <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> |