Go back to using large heap since it didn't help to stop using it

This commit is contained in:
drdev
2014-06-02 00:37:10 +00:00
parent 93f66cef46
commit bb5dc1dee9

View File

@@ -14,7 +14,8 @@
<application <application
android:allowBackup="true" android:allowBackup="true"
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"
android:label="@string/app_name"> android:label="@string/app_name"
android:largeHeap="true">
<activity <activity
android:name=".Main" android:name=".Main"
android:label="@string/app_name" > android:label="@string/app_name" >