Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c619c41 authored by Songchun Fan's avatar Songchun Fan Committed by Android (Google) Code Review
Browse files

Merge "[test] fix SystemUITests"

parents 7d5ea16c dd6029b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.REGISTER_WINDOW_MANAGER_LISTENERS" />

    <application android:debuggable="true" android:largeHeap="true"
    <application android:debuggable="true" android:largeHeap="true" android:testOnly="true"
            android:enableOnBackInvokedCallback="true" >
        <uses-library android:name="android.test.runner" />

+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
<configuration description="Runs Tests for SystemUI.">
    <target_preparer class="com.android.tradefed.targetprep.TestAppInstallSetup">
        <option name="test-file-name" value="SystemUITests.apk" />
        <option name="install-arg" value="-t" />
    </target_preparer>

    <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer">