mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 14:54:00 +00:00
14 lines
531 B
XML
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>
|