[Extension SUGGESTION] moveTaskToBack()

Can anyone please make me simple extension that have block to call this funtion 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

Thank you so much it works perfectly just like one ui dialer and messages.

@Gordon_Lu Can you please also make a post in #extensions so that others can also find it.

Ok, but I am working on finalizing the release for DaffyDialog v. 4 now, you have to wait for a while.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.