How do Task Managers kill apps?

后端 未结 4 1565
甜味超标
甜味超标 2020-11-27 20:01

First of all I know it\'s bad to use a task manager/killer in Android and all that, but what I was wondering is how do task managers like Advanced Task Killer k

4条回答
  •  迷失自我
    2020-11-27 20:13

    slayton has good answer in this question.I add this detail to his answer:
    - when you use ActivityManager.killBackgroundProcesses(PackageName) , you can not kill foreground process.

    I saw these open sources project link in K_Anas'answer to this question:
    - github repository
    - code.google

提交回复
热议问题