xref: /aosp_15_r20/frameworks/base/libs/WindowManager/Shell/multivalentTests/AndroidManifest.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
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>
14