Does this work?
com.gordonlu.movetasktoback.aix (5.4 KB)
![]()
@SimpleFunction(description = "Moves the task to the background.")
public void MoveTaskToBack() {
activity.moveTaskToBack(true);
}
Does this work?
com.gordonlu.movetasktoback.aix (5.4 KB)
![]()
@SimpleFunction(description = "Moves the task to the background.")
public void MoveTaskToBack() {
activity.moveTaskToBack(true);
}