我想知道如何获取在后台运行的活动的快照,就像我们在最新的任务管理器中所拥有的一样。对此的任何意见都非常有帮助。
问问题
293 次
您想要的方法getRunningTasks
来自ActivityManager
类。
在这里阅读。
从上面的链接:
public List<ActivityManager.RunningTaskInfo> getRunningTasks(int maxNum)
Return a list of the tasks that are currently running, with the most
recent being first and older ones after in order