[Extension SUGGESTION] moveTaskToBack()

Does this work?

com.gordonlu.movetasktoback.aix (5.4 KB)

image

    @SimpleFunction(description = "Moves the task to the background.")
    public void MoveTaskToBack() {
        activity.moveTaskToBack(true);
    }
2 Likes