Does Android's large heap option work for older phones upgraded to ICS?

风格不统一 提交于 2019-12-02 23:08:42

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!