On Oct 27, 10:06 pm, niko20 <[email protected]> wrote: > Hey, I noticed when you create an AVD now that you can set an > application max heap size. I found that when I did WVGA800 it was set > to 24. So it looks like it's more than the 16 we are used to.
Excellent news. This is a crucial ingredient to being able to create imagery for these larger screens. > I there an API method to get the value of this max heap size? I > haven't looked into that yet. long heapSize = Runtime.getRuntime().maxMemory(); HTH, String --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

