Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 309
Sarevok Avatar asked Jan 23 '23 09:01

Sarevok


1 Answers

No you cannot use more memory.

like image 200
Romain Guy Avatar answered Feb 04 '23 04:02

Romain Guy