On May 14, 2011, at 7:59 PM, Tomasz wrote:

> I have found some references to a manifest file attribute,
> android:largeheap="true"
> However if I try and use this I get the following error on
> compilation:
> error: No resource identifier found for attribute 'largeheap' in
> package 'android'

android:largeHeap="true" is mentioned here;
http://developer.android.com/reference/android/app/ActivityManager.html#getLargeMemoryClass%28%29

It's API level 11 method, could it be so that this attribute is too?

--
H

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to