Merge "Set large heap on flicker tests"
This commit is contained in:
committed by
Android (Google) Code Review
commit
4194b87b3b
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user