Kill apps in background

Hi,
i trying to test when i return from background with:
((AndroidDriver)appiumDriver).pressKeyCode(AndroidKeyCode.HOME);
((AndroidDriver) appiumDriver).pressKeyCode(AndroidKeyCode.KEYCODE_APP_SWITCH);
appiumDriver.findElementById(“com.android.systemui:id/recent_item”).click();

i have issue if there others apps in the background.
is there a way to kill the others app or click on my application?