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)
@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.
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.