0
votes

Currently my application works with android 2.1+ devices. This app processes bitmaps. Sometimes I get OutOfMemory (eg. HTC G1 [16mb heap]). I would like to specify this app for devices with min. 48mb heap. It is impossible to set that in Manifest.xml but I thought about devices with android 2.3.3. I could set minimum android 3.0 but 2.3.3 has over 38% devices.

What is the heap size for devices with stock android 2.3.3?

1

1 Answers

4
votes

Please refer these links :

Manifest Heap-Size

Devices Heap-Size

Another Heap-Size Explain

Some Google and stackoverflow search.