more heap to avoid OOM

This commit is contained in:
afischerdev 2023-04-17 10:02:07 +02:00
parent 9a61ddac93
commit 3675a2c9dd

View file

@ -18,6 +18,7 @@
android:label="@string/app_name" android:label="@string/app_name"
android:preserveLegacyExternalStorage="true" android:preserveLegacyExternalStorage="true"
android:hasFragileUserData="true" android:hasFragileUserData="true"
android:largeHeap="true"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/Theme.App"> android:theme="@style/Theme.App">
<activity <activity