xml: enable android:largeHeap

This commit is contained in:
rafal1137 2019-06-02 21:08:40 +02:00
parent f079f3e72d
commit def9eccd9d

View file

@ -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" />