tags:

views:

90

answers:

1

I understand most Android devices have a 16mb limit (24mb on Nexus One) on the Java heap size. Is there any way a single app can use more memory than that? I know the native SDK doesn't have this limitation but I'd like to stick with Java.

+5  A: 

No you cannot use more memory.

Romain Guy