runAppInBackground no longer present? what can we do as alternative for closeApp() resetApp()

hi we have migrated to latest appium 8.0.0-beta2, but are seeing that some of these app management helper methods are removed like runAppInBackground() closeApp() launchApp(), can you please help me to understand what alternatives can a user choose for these actions?

Thanks & Regards,
Divita

it just moved:

((AndroidDriver) driver).runAppInBackground(Duration.ofMinutes(1));

And? Your answer doesn’t help a bit

Thank you very much it worked, however is this same for android close app and activate app ? i came to know of terminateApp and activateApp but is it only for iOS?