mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-19 21:39:18 +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:icon="@mipmap/${iconName}"
|
||||||
android:label="Aegis"
|
android:label="Aegis"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
|
android:largeHeap="true"
|
||||||
android:theme="@style/Theme.Aegis.Launch"
|
android:theme="@style/Theme.Aegis.Launch"
|
||||||
tools:targetApi="tiramisu">
|
tools:targetApi="tiramisu">
|
||||||
<activity android:name=".ui.TransferEntriesActivity"
|
<activity android:name=".ui.TransferEntriesActivity"
|
||||||
|
|
Loading…
Add table
Reference in a new issue