An action block that terminates all processes of a running app.
The fiber will proceed immediately without pause.
Processes and app “tasks” aren’t the same thing, this means that a killed app may still show up in the list of “recent” apps.
An alternative to this block that doesn’t require a rooted device is to use the ADB shell command
block to execute: am kill <package>
, see Android documentation.
Note! This feature isn’t officially supported, a rooted device is required, may not work on all devices.