I'm using android:largeHeap in my Application to get more memory, because I have a large image in a scrollview, otherwise my application would crash with a outofmemory exception.
I have 2 devices, one with Android 4.2 jellybean and another one with Android 2.3 Gingerbread. On the 4.2 the android:largeHeap works fine, but on the 2.3 I can't use it.
Is there a way to get happy with both devices? Thanks for help.