I am trying to remove all recent tasks through a program. Before posting a question, I googled it, but no luck at all.
I tried to use ActivityManager.killBackg
ActivityManager.killBackg
In your AndroidManifest.xml, you need to add this:
AndroidManifest.xml
uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"