I\'ve got a Galaxy Nexus myself, and I know that the android:largeHeap=\"true\"
manifest option works on this phone, but I was wondering if it\'s working on older p
The android:largeHeap
option is available on all devices running Android 3.0 or above. This includes devices that have been upgraded to ICS.
That said, you're not guaranteed to get 48 MB of space. The exact heap size provided to applications is an option device manufacturers can set on a per-device basis. In general, devices with a larger display will be configured with larger heap sizes.