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

Commit 4194b87b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set large heap on flicker tests"

parents 07ae4c71 36484618
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
    <uses-permission android:name="android.permission.STATUS_BAR_SERVICE" />

    <!-- Allow the test to write directly to /sdcard/ -->
    <application android:requestLegacyExternalStorage="true">
    <application android:requestLegacyExternalStorage="true" android:largeHeap="true">
        <uses-library android:name="android.test.runner"/>

        <service android:name=".NotificationListener"
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
    <!-- ActivityOptions.makeCustomTaskAnimation() -->
    <uses-permission android:name="android.permission.START_TASKS_FROM_RECENTS" />
    <!-- Allow the test to write directly to /sdcard/ -->
    <application android:requestLegacyExternalStorage="true">
    <application android:requestLegacyExternalStorage="true" android:largeHeap="true">
        <uses-library android:name="android.test.runner"/>
        <uses-library android:name="androidx.window.extensions" android:required="false"/>
    </application>