Updated on 2026-08-14

This commit is contained in:
Tangem 2023-06-15 14:13:56 +03:00
parent 74dea8f85b
commit f49f61ace0
3 changed files with 11 additions and 0 deletions

View file

@ -37,6 +37,7 @@
android:fullBackupContent="false"
android:networkSecurityConfig="@xml/network_security_config"
android:hardwareAccelerated="true"
android:largeHeap="@bool/largeHeap"
tools:ignore="GoogleAppIndexingWarning"
tools:replace="android:allowBackup, android:fullBackupContent">

View file

@ -0,0 +1,5 @@
<resources>
<bool name="largeHeap">false</bool>
</resources>

View file

@ -0,0 +1,5 @@
<resources>
<bool name="largeHeap">true</bool>
</resources>