Android process killer

Posted by Martin on Stack Overflow See other posts from Stack Overflow or by Martin
Published on 2010-04-27T09:50:26Z Indexed on 2010/04/27 9:53 UTC
Read the original article Hit count: 374

Filed under:

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

© Stack Overflow or respective owner

Related posts about android