mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-29 12:19:56 +00:00
android: enable large heap
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
android:fullBackupOnly="false"
|
android:fullBackupOnly="false"
|
||||||
android:icon="@mipmap/icon"
|
android:icon="@mipmap/icon"
|
||||||
android:label="${app_name}"
|
android:label="${app_name}"
|
||||||
|
android:largeHeap="true"
|
||||||
android:extractNativeLibs="${extract_native_libs}"
|
android:extractNativeLibs="${extract_native_libs}"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/Theme.SimpleX">
|
android:theme="@style/Theme.SimpleX">
|
||||||
|
|||||||
Reference in New Issue
Block a user