Files
lawnchair/wmshell/multivalentTestsForDevice/AndroidManifest.xml
2024-11-02 10:55:28 +08:00

14 lines
531 B
XML

<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>