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

Commit 36484618 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Set large heap on flicker tests

Test: check manifest
Change-Id: I81169e524a99f0d53029bf0fe2ee4918b50b1af0
parent c3cf7c2c
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>