From e53303b2496056c88930888e1aa2409988046ccd Mon Sep 17 00:00:00 2001 From: Timo T Date: Sun, 15 May 2022 18:30:48 +0200 Subject: [PATCH] Mark Unciv as an application that may use more memory than usual (#6819) --- android/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index d59d954d5b..53d31aa79c 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -16,6 +16,7 @@ android:roundIcon="@mipmap/uncivicon_round" android:label="@string/app_name" android:isGame="true" + android:largeHeap="true" android:appCategory="game" android:banner="@drawable/banner" android:theme="@style/GdxTheme" >