I want to kill all tasks that run in android like task killer... What I have done until now is:
ActivityManager manager = (ActivityManager) this.getSystemSe
You do not have the rights to kill other processes; hence, killProcess() does not work for your app.
killProcess()