Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过单击Buttonandroid 中的 a 打开任务管理器(最近的应用程序窗口)。当我单击它Button时,我需要任务管理器窗口(通常通过长按主页按钮或单击最近的应用程序按钮到达)可用。但是在网上找不到任何真正有用的东西。请帮帮我。迫切需要答案。我完全不知道这一点。
Button
您无法通过按钮打开“最近的任务”列表 - 这是不可接受的。
但是,您可以很容易地创建自己的使用getRecentTasks
getRecentTasks
阅读此处了解更多信息。
祝你好运!