blob: f8f8338e5f04183b5ad640c25593ff5cf63e642b [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.wm.shell.multivalenttests">
<application android:debuggable="true" android:supportsRtl="true" >
<uses-library android:name="android.test.runner" />
</application>
<instrumentation
android:name="androidx.test.runner.AndroidJUnitRunner"
android:label="Multivalent tests for WindowManager-Shell"
android:targetPackage="com.android.wm.shell.multivalenttests">
</instrumentation>
</manifest>