Sarevok
Sarevok

Reputation: 437

Is there anyway an app can use more than 16mb in memory?

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.

Upvotes: 4

Views: 761

Answers (1)

Romain Guy
Romain Guy

Reputation: 98501

No you cannot use more memory.

Upvotes: 9

Related Questions