clear recent app list programatically

585 Views Asked by At

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
0

There are 0 best solutions below