mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-18 13:02:06 +00:00
Merge pull request #1584 from alexbakker/large-heap
Set largeHeap to true in AndroidManifest
This commit is contained in:
commit
de74daef33
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