Android task killer

前端 未结 3 1248
心在旅途
心在旅途 2020-12-09 13:46

Im trying to write a simple task killer. I know I shouldnt kill tasks in Android, but Im eager to try something like this. I have the following code:

List<         


        
3条回答
  •  眼角桃花
    2020-12-09 14:24

    Fortunately, killProcess() will only work for you to kill your own processes. You can tell this by reading the documentation.

提交回复
热议问题