We cannot actually kill all the background apps . However, we can kill our own app from recents by calling finishAndRemoveTask() which is available from lollipop.
Another Solution is we can use android:excludeFromRecents in activity in the manifest file