Don't use large heap anymore for improved performance

This commit is contained in:
Cameron Gutman 2014-03-15 13:17:22 -04:00
parent 39472bdc7b
commit 52823df62f

View File

@ -12,7 +12,6 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application
android:largeHeap="true"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
@ -22,7 +21,6 @@
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>