I'm dealing with the "Low memory: no more background process" problem. My activity is at background and killed when the situation occurs.
I'm trying to save and load the instance state to solve it.
But since it doesn't happen every time. How should I test my activity with this situation?
Thanks!