I am trying to develop "Recent Apps Kill" App. I am able to show the recent running apps. But I am not able to kill all running apps(which shown in recent task list).
I have tried/read:
1. android:excludeFromRecents="true"
2. android:noHistory= "true"
but these are for only current app(or same user id apps) not for other apps.
3. android.os.Process.killProcess(pid);//doesn't removed from recent list
4. activitymanager.killBackgroundProcesses(procInfos.get(pnum).processName);// not working