Try with a bigger heap to avoid OOM crashes

This commit is contained in:
len 2016-03-26 13:28:22 +01:00
parent 03ecb2fe13
commit abab778e2e

View File

@ -15,6 +15,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:hardwareAccelerated="true"
android:largeHeap="true"
android:theme="@style/Theme.Tachiyomi" >
<activity
android:name=".ui.main.MainActivity"