I wanted to Kill android app from another application on Marshmallow but the below code not working
ActivityManager mActivityManager = (ActivityManager) getSystemService(Context.ACTIVITY_SERVICE);
getApplicationContext().getSystemService(getApplicationContext().ACTIVITY_SERVICE);
mActivityManager.killBackgroundProcesses(packageName);