mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-12 04:00:48 +00:00
xml: enable android:largeHeap
This commit is contained in:
parent
f079f3e72d
commit
def9eccd9d
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
android:label="@string/app_name"
|
||||
android:screenOrientation="landscape"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
|
||||
android:largeHeap="true"
|
||||
>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
Loading…
Reference in a new issue