We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a06cb commit 229a8b7Copy full SHA for 229a8b7
Library/src/debug/AndroidManifest.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3
4
- <application>
+ <application android:largeHeap="true">
5
<activity android:name=".TestActivity" />
6
</application>
7
0 commit comments