reference: http://developer.android.com/guide/topics/manifest/application-element.html#largeHeap
Require more memory for App to run
To request more memory for App to run, you can specify android:largeHeap="true" in <application>. android:largeHeap specify Whether your application's processes should be created with a large Dalvik heap.
reference: http://developer.android.com/guide/topics/manifest/application-element.html#largeHeap
reference: http://developer.android.com/guide/topics/manifest/application-element.html#largeHeap
0 comments:
Post a Comment