Reputation: 3109
I want to simulate Memory in android programmatically..That is i want to generate an low memory alert when i click on button in my activity..is there any way to do this..? is there any way to limit memory in android..?
if u had any ideas please let me know..
Thanks in advance..
Upvotes: 4
Views: 601
Reputation: 22920
While creating an AVD did you notice that under Hardware if you click add button you can set a property called Max VM application heap size. Does setting a lower heap size help in your case to bring up OOM error easily?
Upvotes: 1