Android process killer
- by Martin
I have similar question, maybe you can help.
Is it possible to get list of all process which are running in the Android system, and kill some of them? I know that there are some applications (task managers), but I would like to write my own, simple application.
I would like to write simple task manager, just list of all process and button which will kill some of them.
Could you just write some Java methods which I can call in order to get list of process, and method for killing them. Or just give me some advices.
Thanks for answers.
Regards Martin