Closing the apps in Android

Hi, Can you please let me know how to close the applications in Android after performing the activity.

driver.close() or driver.quit() is just deleting the sessions, but not quitting the app. I see the apps running in the background. Any suggestions how to quit the app completely?

Appreciate if someone could help me on this.

Cheers,
Dev

In order to close the app, please try…

driver.closeApp();

driver.resetApp();
driver.closeApp();