1

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);
Nitin Gupta
  • 287
  • 2
  • 13

0 Answers0