0

how can I completely destroy any third party running app by using its particular package name?

I have tried this code but it doesn't kill the app

ActivityManager mActivityManager = (ActivityManager)context.getSystemService(Context.ACTIVITY_SERVICE); mActivityManager.killBackgroundProcess(your package name);

Adarsh
  • 45
  • 1
  • 6

0 Answers0