android task kill

后端 未结 5 578
我寻月下人不归
我寻月下人不归 2020-12-11 03:48

I want to kill all tasks that run in android like task killer... What I have done until now is:

ActivityManager manager =  (ActivityManager) this.getSystemSe         


        
5条回答
  •  执念已碎
    2020-12-11 04:10

    You do not have the rights to kill other processes; hence, killProcess() does not work for your app.

提交回复
热议问题