Maybe you can help.
Is it possible to get list of all Processes which are running in the Android system, and kill some of them? I know that there are so
Processes
// Get currently running application processes List list = servMng.getRunningAppProcesses(); if(list != null){ for(int i=0;i list = servMng.getRunningServices(1024); if(list != null){ for(int i=0;i list = servMng.getRunningTasks(1024); if(list != null){ for(int i=0;i