Request larger heap from the OS when possible (#10528)
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
android:usesCleartextTraffic="true"
|
||||
android:appCategory="game"
|
||||
android:label="@string/app_name"
|
||||
android:fullBackupContent="@xml/backup_rules">
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
android:largeHeap="true">
|
||||
<meta-data android:name="android.max_aspect" android:value="2.1"/>
|
||||
<activity
|
||||
android:name="mindustry.android.AndroidLauncher"
|
||||
|
||||
Reference in New Issue
Block a user