When exiting my app, the app is still cached in the background. How can I prevent this or release it from cache when exiting ?
Please do only answer, if you have a solution or hint . I have my reasons for doing this, so please don't ask counterquestions like "why do you want doing this ?" or "let the os doing the memory management" :-)
I am exiting the app by calling
finish();