0

我想知道如何获取在后台运行的活动的快照,就像我们在最新的任务管理器中所拥有的一样。对此的任何意见都非常有帮助。

4

1 回答 1

0

您想要的方法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
于 2012-08-12T14:42:06.207 回答