mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-20 22:09:12 +00:00
Set largeHeap to true in AndroidManifest
This is a temporary measure to help users who are stuck in a situation where they run into OOM conditions due to large icons in their vault file.
This commit is contained in:
parent
05a415bb38
commit
fe8b638818
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
android:icon="@mipmap/${iconName}"
|
||||
android:label="Aegis"
|
||||
android:supportsRtl="true"
|
||||
android:largeHeap="true"
|
||||
android:theme="@style/Theme.Aegis.Launch"
|
||||
tools:targetApi="tiramisu">
|
||||
<activity android:name=".ui.TransferEntriesActivity"
|
||||
|
|
Loading…
Add table
Reference in a new issue